@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 10px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*---7esthe.css　対策----*/
#container h3 span, #container h4 span, #container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .wrapper img {
	box-sizing: content-box;
}
/*---7esthe.css　対策終わり----*/
/*-------------------
   common
   -------------------*/
#container section {
	margin: 10px auto 0;
	padding: 10px 10px 0;
}
.buy_btn {
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.2em/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 20px auto 40px;
	text-align: center;
	width: 60%;
}
.buy_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.buy_btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
.buy_btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container  {
	margin:0 auto;
	max-width:1040px;
}
/*-------------------
   mainvisual
-------------------*/
#container .wrapper .mainvisual {
	background: url(http://www.7esthe.com/img/pages/mugwort-interview/bg.jpg) no-repeat;
	display: block;
	padding: 0;
	position: relative;
}
#container .wrapper .mainvisual .headtitle {
	background: #fff;
	border: 3px solid #dedede;
	color: #424242;
	float: left;
	font: 2.6rem/1.4 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: -2px;
	margin: 40px 20px 0 30px;
	padding: 30px 20px 30px;
	position: relative;
	text-align: center;
	width: 48%;
}
#container .wrapper .mainvisual .headtitle em {
	display: block;
}
#container .wrapper .mainvisual .headtitle em::after {
	content: "Salon voice";
	color: #b7b7b7;
	font: italic .6em/1.0 "Times New Roman", Times, serif;
	transform: rotate( -15deg );
	-ms-transform: rotate( -15deg );
	-webkit-transform: rotate( -15deg );
	-moz-transform: rotate( -15deg );
	-o-transform: rotate( -15deg );
	position: absolute;
	top: 120px;
}
#container .wrapper .mainvisual img {
	float: right;
	height: auto;
	width: 46%;
}
#container .wrapper .bottom-text {
	background: #f1e2e2;
	box-shadow: 0px 0px 0px 5px #f1e2e2;
	border: dashed 2px #ffffff;
	border-radius: 8px;
	color: #272727;
	font: 1.0rem/1.8 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	padding: 1em;
	margin: 2em auto 0;
	width: 96%;
}
#container .wrapper .bottom-text p {
	margin: 0;
	padding: 0;
}
/*-------------------
   section1
-------------------*/
#container .wrapper h2 {
	background: #b1b17e;
	border-radius: 10px;
	color: white;
	font: bold 1.6rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 45px auto 0;
	padding: 15px;
	text-align: center;
}
#container .flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 25px;
	padding: 30px;
	position: relative;
}
#container .wrapper .sec1 .flex .flextext {
	color: #272727;
	display: inline-block;
	font: 1.6em/1.8 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	margin: 70px auto 0 20px;
	width: calc(100% - 450px);
}
#container .wrapper .sec1 .flex img {
	margin: 10px;
}
#container .feature-box {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto 20px;
	padding: 0;
	width: 98%;
}
#container .feature-box li {
	border: solid 1px #ccc;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	margin: 10px 6px 10px 1%;
	padding: 5px;
	width: calc(95% / 3);
}
#container .feature-box li img {
	height: auto;
	margin: 5px auto 0 2%;
	width: 96%;
}
#container .feature-box li p {
	color: #272727;
	font: 1.2em/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -0.1px;
	padding: 5px;
	text-align: left;
}
#container .feature-box li p em {
	display: block;
	font: .8em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5px;
	text-align: right;
}
/*-------------------
   section2
-------------------*/
#container .wrapper h3 {
	color: #4c4c4c;
	font: bold 2.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 50px auto 0;
	text-align: center;
}
#container .wrapper h3 em {
	display: block;
}
#container .wrapper .sec2 .voice-name {
	font: 1.2em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 10px;
	text-align: center;
}
#container .wrapper .sec2 .voice-box {
	margin: 30px auto 0;
	padding: 30px;
}
#container .wrapper .sec2 .voice-box .voice-area {
	float: left;
	margin: 0 0 40px 20px;
	width: 52%;
}
#container .wrapper .sec2 .voice-box .voice-area:nth-of-type(2), #container .wrapper .sec2 .voice-box .voice-area:nth-of-type(3), #container .wrapper .sec2 .voice-box .voice-area:nth-of-type(4), #container .wrapper .sec2 .voice-box .voice-area:nth-of-type(7), #container .wrapper .sec2 .voice-box .voice-area:nth-of-type(8) {
	clear: both;
	margin: 0 0 40px 20px;
	width: 97%;
}
#container .wrapper .sec2 .voice-box .salon-img {
	float: right;
	margin: 10px 20px 0 0;
}
#container .wrapper .sec2 .voice-box .voice-area dt {
	border-bottom: 2px solid #b1b17e;
	color: #4c4c4c;
	font: bold 1.6em/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -0.1px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	position: relative;
}
#container .wrapper .sec2 .voice-box .voice-area dt::after {
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 1px, #c1c1c1 2px, #c1c1c1 3px);
	background: repeating-linear-gradient(45deg, #fff, #fff 1px, #c1c1c1 2px, #c1c1c1 3px);
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
	position: absolute;
	width: 100%;
}
#container .wrapper .sec2 .voice-box .voice-area .desc {
	color: #272727;
	font: 1.3em/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 0 20px;
}
#container .wrapper .sec2 .thanks-end {
	color: #4c4c4c;
	font: bold 1.6rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto 30px;
	text-align: center;
}
/*-------------------
   section3
-------------------*/
#container .wrapper .sec3 .flex {
	background: #faf0ee;
	border: 1px solid #efe7e6;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	width: 86%;
}
#container .wrapper .sec3 .flex img {
	margin: 20px;
}
#container .wrapper .sec3 .flex .ad-box {
	display: inline-block;
	width: calc(100% - 430px);
}
#container .wrapper .sec3 .flex h4 {
	background: #b1b17e;
	color: white;
	display: block;
	font: 1.2rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 20px 0 0;
	padding: 8px;
	height: 2.2rem;
}
#container .wrapper .sec3 .flex h5 {
	display: block;
	font: 1.0rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 10px;
}
#container .wrapper .sec3 .flex h5 strong {
	font: 2.2rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#container .wrapper .sec3 .flex h5 em {
	display: block;
}
#container .wrapper .sec3 .flex .flextext {
	color: #272727;
	display: block;
	font: 1.4em/1.8 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	margin: 35px auto 0 10px;
}
/*-------------------
   baner
-------------------*/
#container .baner-title {
	border-left: 5px solid #F90;
	font: bold 16px/1.0 "ＭＳ ゴシック", "MS Gothic";
	margin: 40px auto 20px;
	padding-left: 10px;
}
.baner li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.baner li:nth-of-type(even) {
	margin-right: 0;
}
/*-------------------
   footer
-------------------*/
#container .wrapper .footer {
	padding: 0 0 20px;
}
#container .page-top {
	display: block;
	margin: 30px auto;
	text-align: center;
}
