@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #323232;
}
#gnavi_open, #gnavi {
	display: none;
}
/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* リンク
---------------------------------------------------- */
a {
	text-decoration: none;
	color: #454545;
	/* firefox用 */
	overflow: hidden;
	outline: none;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;/*opacity: 0.7;*/
}
a:hover img {
	opacity: 0.5;
}
a img {
	transition: opacity 0.3s ease-out;
}
/* 共通
---------------------------------------------------- */
img {
	vertical-align: bottom;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.wrap {
	width: 970px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.breadcrumb {
	font-size: 12px;
	display: flex;
	line-height: 1;
	margin: 19px 0 45px 0;
}
.breadcrumb li:before {
	content: '>';
	margin: 0 14px;
}
.breadcrumb li:first-child:before {
	content: none;
	margin: 0;
}
.breadcrumb a {
	color: #323232;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* ヘッダー
---------------------------------------------------- */
header {
	position: relative;
}
header .inner {
	width: 100%;
	height: 400px;
	background-image: url(../img/common/header-bg.png);
	margin-top: -26px;
}
header h1 {
	background: url(../img/common/head-top-bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	margin: 0 0 26px 0;
}
header h1 span {
	display: block;
}
header .logo {
	width: 232px;
	position: absolute;
	top: 29%;
	left: 43%;
}
header .logo h2 {
	width: 232px;
}
header .tel {
	position: absolute;
	top: 65px;
	right: 0;
}
header .logo .tel p:first-child {
	font-size: 22px;
	font-weight: bold;
	margin: 22px 8px 0 0;
}
header .logo .tel p:first-child span {
	display: inline-block;
	width: 40px;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
	background: #E96B8A;
	margin: 0 7px 0 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
header .logo .tel p:nth-child(2) {
	font-size: 13px;
	margin: 30px 0 0 0;
}
header nav ul {
	display: flex;
	font-size: 14px;
	margin-top: 100px;
}
header nav li {
	flex: 1;
	height: 35px;
	border-right: 1px solid #F90;
	padding: 0 10px;
}
.wrap nav ul li .mark {
	text-align: center;
	margin-top: -55px;
	margin-bottom: 10px;
}
.wrap nav ul .left {
	border-left: 1px solid #F90;
}
header nav li a {
	display: block;
	line-height: 30px;
	text-align: center;
	color: #323232;
	transition: all 0.3s ease;
}
header nav li.active a, header nav li a:hover {
	background: #F90;
	border-radius: 6px;
	color: #fff;
}
header .member {
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	padding: 0 3px;
	margin: 0 0 0 140px;
}
header .member li a {
	display: block;
	width: 105px;
	height: 70px;
	text-align: center;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
header .member li:nth-child(2) a {
	margin-left: 3px;
	margin-right: 3px;
}
/* スライド
---------------------------------------------------- */

/* --- 全体のBOX定義 ---------------------------------------- */
header .box {
	position : relative;
	max-width : 1300px;
	height : 430px;
	margin : 0 auto;
	overflow : hidden;
}
/* --- 背景の指定 ------------------------------------------- */
header .box .bgImg {
	position : absolute;
	top : 0;
	left : 0;
	bottom : 0;
	right : 0;
	opacity : 0;
	animation : bgAnime 18s infinite;   /* 4画像 × 各6s = 24s */
}
/* --- 段差で背景画像のアニメーションを実行 ----------------- */
header .box .src1 {
	background-image : url(../img/top/slid1.png);   /* 背景の画像を指定 */
}
header .box .src2 {
	background-image : url(../img/top/slid2.png);   /* 背景の画像を指定 */
	animation-delay : 6s;
}
header .box .src3 {
	background-image : url(../img/top/slid3.png);   /* 背景の画像を指定 */
	animation-delay : 12s;
}
 @keyframes bgAnime {
 0% {
opacity: 0;
}
 10% {
opacity: 1;
}
 25% {
opacity: 1;
}
 35% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
/* --- 前面の文字定義（サンプルのため変更してください） ----- */
header .box .logo {
	position : absolute;
	display : inline-block;
	padding : 20px;
	/* 半透明の青 */
	color : #fff;
	top : 45%;                               /* 中央寄せ */
	left : 50%;
	transform : translate(-50%, -50%);
	z-index : 11;
}
/* ページトップスクロール
---------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #FC0;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* フッター
---------------------------------------------------- */

#footNav {
	width: 100%;
}
#footNav ul {
	width: 970px;
	margin: 20px auto;
}
#footNav ul li a {
	float: left;
	margin: 0 12px 0 12px;
	padding: 7px 29px;
	background-color: #F90;
	border: 1px solid #F90;
	color: #fff;
}
#footNav ul li a:hover {
	background: #fff;
	color: #F90;
	border: 1px solid #F90;
}
footer {
	background-image: url(../img/common/footer_bg.png);
	padding: 40px 0 0 0;
	margin: 50px 0 0 0;
	position: relative;
}
footer .bg {
	position: absolute;
	top: -200px;
}
footer .logo {
	width: 250px;
	margin: 0 auto;
}
footer .wrap .inner {
	margin-bottom: 30px;
}
footer .wrap .inner h3 {
	border-bottom: 2px solid #590000;
	font-size: 22px;
	margin-bottom: 7px;
}
footer .wrap .inner .order {
	float: left;
	width: 712px;
}
footer .wrap .inner .order .orderInner {
	border-bottom: 2px dashed #590000;
	padding-bottom: 7px;
	margin-bottom: 7px;
	width: 712px;
}
footer .wrap .inner .order .img {
	float: left;
	width: 420px;
}
footer .wrap .inner .order .netBtn {
	float: right;
	width: 280px;
}
footer .wrap .inner.clearfix .order .orderInner .tel {
	width: 430px;
	float: left;
	margin: 10px 0;
}
footer .wrap .inner.clearfix .order .orderInner .tel .mark {
	width: 74px;
	float: left;
	margin-left: 15px;
}
footer .wrap .inner.clearfix .order .orderInner .fax {
	width: 280px;
	float: right;
	margin: 10px 0
}
footer .wrap .inner.clearfix .order .orderInner .fax .btn {
	font-weight: bold;
	font-size: 19px;
}
footer .wrap .inner.clearfix .order .orderInner h5 {
	font-weight: 200;
	font-size: 16px;
}
footer .wrap .inner.clearfix .order .orderInner .fax .mark {
	width: 74px;
	float: left;
}
footer .wrap .inner.clearfix .order .orderInner .fax .right {
	width: 205px;
	float: right;
}
footer .wrap .inner.clearfix .order .orderInner .fax p {
	width: 190px;
	margin-bottom: 7px;
}
footer .wrap .inner.clearfix .order .orderInner .tel ul {
	width: 330px;
	float: right;
}
footer .wrap .inner.clearfix .order .orderInner .tel p {
	width: 190px;
	margin-bottom: 7px;
}
footer .wrap .inner.clearfix .order .orderInner .tel ul li {
	margin-left: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 19px;
}
footer .wrap .inner.clearfix .order .orderInner .tel ul li dt {
	float: left;
	width: 165px;
}
footer .wrap .inner.clearfix .order .orderInner .tel ul li dd {
}
footer .wrap .inner.clearfix .order .orderInner .mailBtn a {
	margin-top: 20px;
	float: right;
	width: 180px;
	margin-right: 10px;
	padding: 5px 20px 5px 20px;
	border: 1px solid;
	background-image: url(../img/common/top-concept_bg.jpg);
	border-radius: 5px;
}
footer .wrap .inner.clearfix .order .orderInner .mailBtn a:hover {
	background: #fff;
	color: #fff;
	border: 1px solid;
	background-image: url(../img/common/btn_bg.png);
}
footer .wrap .inner .guide {
	float: right;
	width: 220px;
}
footer .wrap .inner .guide li {
	float: right;
	width: 220px;
	margin-bottom: 20px;
}
footer .wrap .inner .guide li div.privacy_img {
    display: inline-block;
    width: 60px;
}
footer .wrap .inner .guide li div.privacy_text {
    display: inline-block;
    width: 140px;
    font-size: 11px;
    padding-left: 6px;
}

footer nav ul {
	display: flex;
	font-size: 14px;
	width: 800px;
	margin: 0 auto;
}
footer nav li {
	flex: 1;
	height: 30px;
	text-align: center;
}
footer nav li:first-child {
}
footer nav li a {
	display: block;
	line-height: 30px;
	color: #323232;
}
footer .copyright {
	font-size: 14px;
	text-align: center;
	color: #FFF;
	padding: 8px 0;
	background: url(../img/common/head-top-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}
/* TOP
---------------------------------------------------- */


#top .bx-wrapper {
	width: 1103px;
	margin-bottom: 53px !important;
}
#top .bx-wrapper .bx-controls-direction a {
	width: 27px;
	height: 61px;
	margin-top: -30px;
}
#top .bx-wrapper .bx-prev {
	left: 50px;
}
#top .bx-wrapper .bx-next {
	right: 50px;
}
#top .thought .backG {
	width: 100%;
	background-image: url(../img/common/top-concept_bg.jpg);
}
#top .thought h2 {
	text-align: center;
	margin: 0 0 15px 0;
}
#top .thought .inner {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin: 0 0 100px 0;
	/*background: url(../img/top/thought-bg.jpg) no-repeat 100% 0, url(../img/top/thought-bg.png);*/
	min-height: 370px;
	font-size: 13px;
	color: #000;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-image: url(../img/top/thought-bg.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 20px;
}
#top .thought .inner h3 {
	position: absolute;
	top: 75px;
	left: 100px;
}
#top .thought .inner p {
	position: absolute;
	top: 120px;
	left: 100px;
	font-size: 16px;
}
#top .thought .inner .btn {
	position: absolute;
	top: 310px;
	left: 620px;
	font-size: 16px;
	width: 270px;
}
#top .thought .inner p:first-child {
	margin: 0 0 30px 0;
}
/*お知らせボックス*/
#top .news {
	margin-bottom: 50px;
}
#top .news h2 {
	float: left;
	width: 258px;
}
#top .news .box {
	border: 3px solid #777;
	overflow-y: scroll;
	overflow-x: hidden;
	　　-webkit-overflow-scrolling: touch;
	height: 170px;
	width: 620px;
	float: right;
	padding: 10px 30px 20px 40px;
}
#top .news .box li .clearfix dt {
	float: left;
	width: 100px;
}
#top .news .box li .clearfix dd {
	float: right;
	width: 500px;
}
#top .news .box li {
	border-bottom: dotted 1px #333333;
	padding: 15px 0;
}
/*各ページ共通の商品ラインナップ部分*/
.lineup {
	font-size: 13px;
	color: #503200;
	margin-bottom: 100px;
}
.lineup h2 {
	font-size: 30px;
	color: #503200;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #503200;
	padding-bottom: 28px;
}
.lineup ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.lineup li {
	width: 470px;
}
.lineup li img {
	width: 470px;
}
.lineup li p:first-child {
	margin: 0 0 13px 0;
}
.lineup h3 {
	font-size: 14px;
	border-bottom: 1px solid #503200;
	padding: 0 20px 9px 20px;
	margin: 0 0 14px 0;
}
.lineup h3 span {
	font-size: 21px;
	font-weight: bold;
	display: block;
	line-height: 1.2;
}
.lineup h3 p span {
	margin-bottom: 10px;
}
.lineup .btn {
	width: 200px;
	margin: 15px auto 0;
	text-align: center;
	padding: 5px 0;
	background-image: url(../img/common/top-concept_bg.jpg);
	border-radius: 5px;
}
.lineup .btn:hover {
	background: #fff;
	color: #fff;
	background-image: url(../img/common/btn_bg.png);
}
.lineup .LineupBtn {
	width: 200px;
	margin: 20px auto 0;
	font-size: 18px;
	padding: 10px 30px 10px 30px;
	border: 1px solid;
	background-image: url(../img/common/top-concept_bg.jpg);
	border-radius: 5px;
}
.lineup .LineupBtn:hover {
	background: #fff;
	color: #fff;
	border: 1px solid;
	background-image: url(../img/common/btn_bg.png);
}
.lineup h3 + p {
	padding: 0 20px;
}
/* 商品ラインナップ #lineup
---------------------------------------------------- */
/*#lineup .lineup{
	color: #503200;
	padding-bottom: 35px;
}

#lineup .lineup h2{
	font-size: 30.5px;
	color: #ff6c8d;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #ff6c8d;
	padding-bottom: 28px;
}

#lineup .lineup ul{
	display: flex;
	justify-content: space-between;
}

#lineup .lineup li{
	width: 430px;
}

#lineup .lineup li p:first-child{
	margin: 0 0 13px 0;
}

#lineup .lineup h3{
	font-size: 14px;
	padding: 0 20px 9px 20px;
	margin: 0 0 5px 0;
	text-align: center;
}

#lineup .lineup h3 span{
	font-size: 21px;
	font-weight: bold;
	display: block;
	line-height: 1.2;
}

#lineup .lineup h3 + p{
	padding: 0 20px;
}

#lineup .lineup .price{
	text-align: center;
	color: #ff6c8d;
	font-size: 21px;
}

#lineup .lineup .price span{
	color: #503200;
	font-size: 15px;
}

#lineup .lineup .more{
	color: #ff6c8d;
	font-size: 17px;
	border: 2px solid #ff6c8d;
	border-radius: 30px;
	width: 350px;
	margin: 20px auto 0;
}

#lineup .lineup .more a{
	display: block;
	padding: 19px;
	line-height: 1;
	text-align: center;
	color: #ff6c8d;
	font-weight: bold;
}
*/

/* 商品ページ #product
---------------------------------------------------- */
#product .product_img {
	width: 1103px;
	margin: 0 auto;
}
#product .purchase {
	margin: 54px 0 95px;
}
#product .purchase .img_area {
	width: 380px;
	text-align: center;
	float: left;
}
#product .purchase .img_area img {
	width: 155px;
	height: auto;
}

#product .purchase .dw_img img {
	width: 100px !important;
	height: auto;
}

#product .purchase .name_area, #product .purchase .text_area, #product .purchase .note_area, #product .purchase .btn_area, #product .purchase .btn_area.teiki, #product .purchase .benefit {
	width: 525px;
	float: right;
}
#product .purchase .name_area h2 {
	font-size: 19px;
	font-weight: normal;
	color: #503200;
	line-height: 1.4;
}
#product .purchase .name_area h2 span {
	font-size: 33px;
	font-weight: bold;
	display: block;
}

#product .purchase .text_area{
	margin:30px 0;
}

#product .purchase .name_area .volume {
	font-size: 14px;
	margin-top: 33px;
}
#product .purchase .note_area {
	font-size: 14px;
	margin-top: 28px;
	margin-bottom: 88px;
}
#product .purchase .btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #454545;
	padding-bottom: 30px;
	margin-bottom: 38px;
}
#product .purchase .btn_area .price {
	font-size: 22px;
}
#product .purchase .btn_area .price p span {
	font-weight: bold;
}
#product .purchase .btn_area .price p span:last-child {
	font-size: 16px;
	font-weight: normal;
}
#product .purchase .btn_area .price select {
	width: 80px;
	height: 36px;
	background: #fff;
	border: 1px solid #454545;
	border-radius: 0;
	font-size: 18px;
	margin: 8px 0 12px 0;
	color: #454545;
}
#product .purchase .btn_area button {
	width: 214px;
	height: 60px;
	border-radius: 50px;
	border: none;
	background: #a7987f;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin-top: 8px;
}
#product .purchase .btn_area.teiki {
	border-bottom: none;
	margin-bottom: 0;
}
#product .purchase .btn_area.teiki .price p span {
	font-weight: bold;
	color: #ff0000;
}
#product .purchase .btn_area.teiki .price p span:last-child {
	font-size: 16px;
	font-weight: normal;
	color: #454545;
}
#product .purchase .btn_area.teiki button {
	width: 214px;
	height: 60px;
	border-radius: 50px;
	border: none;
	background: #ff6c8d;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin-top: 0;
}
#product .purchase .btn_area.teiki .otoku {
	border: 1px solid #ff0000;
	padding: 5px;
	color: #ff0000;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 8px;
}
#product .purchase .btn_area .caution {
	font-size: 14px;
	margin-top: 20px;
}
#product .purchase .benefit h3 {
	color: #ff6c8d;
	text-align: center;
	position: relative;
}
#product .purchase .benefit h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#product .purchase .benefit h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #454545;
}
/*#product .purchase .benefit ul{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

#product .purchase .benefit ul li{
	background: #ffe1e0;
	padding: 2px 10px;
	border-radius: 20px;
}

#product .purchase .benefit ul li span{
	font-size: 12px;
}*/

#product .purchase .benefit ul {
	margin-top: 15px;
}
#product .purchase .benefit ul li {
	background: #ffe1e0;
	padding: 2px 10px;
	border-radius: 20px;
	float: left;
	margin: 0 5px 10px 0;
}
#product .purchase .benefit ul li span {
	font-size: 12px;
}
#product .recommendBtn {
	margin-top: 40px;
	border: 1px solid #09C;
	text-align: center;
}
#product .recommendBtn.wrap p a {
	color: #09C;
	font-size: large;
	padding: 6px 0px ;
	display: block ;
}
#product .recommendBtn.wrap p a:hover {
	color: #06F;
	font-size: large;
	display: block ;
	background-color: #f2fcff ;
}
#product .recommend {
	margin-bottom: 100px;
	border: 1px solid #ff6c8d;
	border-radius: 20px;
	text-align: center;
}
#product .recommend h2 {
	font-size: 19px;
	color: #ff6c8d;
	text-align: center;
	padding: 21px;
	background: #ffe1e0;
	line-height: 1;
	border-radius: 20px 20px 0 0;
}
#product .recommend ul {
	padding: 30px 0 16px;
	font-size: 17px;
	display: inline-block;
}
#product .recommend ul li {
	background: url(../img/product/marker.png) no-repeat left center;
	background-size: 23px 24px;
	padding-left: 38px;
	margin-bottom: 14px;
	text-align: left;
}
#product .recommend ul li br {
	display: none;
}

#product .sozai h2, #product .voiceS h2, #product .faq h2 {
	font-size: 25px;
	color: #503200;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 1px solid #503200;
	padding-bottom: 14px;
	margin-bottom: 22px;
}
#product .sozai h2 br {
	display: none;
}


#product .voiceS {
	margin-bottom: 100px;
}
#product .voiceS .voiceS_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#product .voiceS .voiceS_box .box {
	width: 470px;
}
#product .voiceS .voiceS_box .voiceS1 {
	background: #fdfaf2;
	padding: 23px 22px 23px 25px;
	border-radius: 20px;
	box-shadow: 5px 5px 18px #cacaca;
	margin-bottom: 10px;
}
#product .voiceS .voiceS_box h3 {
	font-size: 17px;
	color: #503200;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
#product .voiceS .voiceS_box h3 img {
	margin-right: 25px;
}
#product .voiceS .voiceS_box p {
	font-size: 14px;
}
#product .voiceS .voiceS_box .voiceS1 + p {
	font-size: 10px;
	text-align: right;
}
#product .faq {
	margin-bottom: 100px;
}
#product .faq dt {
	font-size: 17px;
	font-weight: bold;
	color: #503200;
	margin-bottom: 5px;
}
#product .faq dt:before {
	content: "Q.";
}
#product .faq dd {
	font-size: 14px;
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 34px;
}
#product .faq dd:before {
	content: "A.";
	font-size: 17px;
}

/*** ▼タブエリア▼***/
#shouhin_tab .inner {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 70px auto;
}
.tab_area {
	overflow: hidden;
	display: table;
	width: 1000px;
	margin: 0 auto;
}
.tab_area li {
	/*Tabの装飾*/
	width: 300px;
	margin-left: 15px;
	margin-bottom: 0px;
	height: 87px;
	text-align: center;
	/*cursor: pointer;*/
	display: table-cell;
}
.all_area {
	padding: 0px;
	overflow: hidden;
}
.all_area div.content_area {
	/*Tabの内容を表示するエリアの装飾*/
	padding: 10px 10px 10px 2px;
	border-top: 1px dotted #bbbbbb;
}
.tab_area li.select {
	/*アクティブタブの装飾*/
	background-image: none;
}
.hide {
	display: none;
}
.content_area .ct-box img {
	width: 100%;
}
#tab1 {
	/*Tabの装飾*/
	/*cursor: pointer;*/
	vertical-align: middle;
	display: table-cell;
	color: #333333;
	background-image: url(../img/product/tab_1_off.png);
	background-repeat: no-repeat;
}
#tab1:hover {
	/*Tabの装飾*/
	/*cursor: pointer;*/
	vertical-align: middle;
	display: table-cell;
	color: #333333;
	background-image: url(../img/product/tab_1_on.png);
	background-repeat: no-repeat;
}
.tab_area #tab1.select {
	/*アクティブタブの装飾*/
	background-image: url(../img/product/tab_1.png);
	background-repeat: no-repeat;
	/*background-size: 33%;*/
	position: relative;
}
#tab2 {
	/*Tabの装飾*/
	/*cursor: pointer;*/
	vertical-align: middle;
	display: table-cell;
	color: #333333;
	background-image: url(../img/product/tab_2_off.png);
	background-repeat: no-repeat;
}
#tab2:hover {
	/*Tabの装飾*/
	/*cursor: pointer;*/
	vertical-align: middle;
	display: table-cell;
	color: #333333;
	background-image: url(../img/product/tab_2_on.png);
	background-repeat: no-repeat;
}
.tab_area #tab2.select {
	/*アクティブタブの装飾*/
	background-image: url(../img/product/tab_2.png);
	background-repeat: no-repeat;
}
#tab3 {/*Tabの装飾*/
	/*cursor: pointer*/;
	vertical-align: middle;
	display: table-cell;
	color: #333333;
	background-image: url(../img/product/tab_3_off.png);
	background-repeat: no-repeat;
}
#tab3:hover {
	/*Tabの装飾*/
	/*cursor: pointer;*/
	vertical-align: middle;
	display: table-cell;
	color: #333333;
	background-image: url(../img/product/tab_3_on.png);
	background-repeat: no-repeat;
}
.tab_area #tab3.select {
	/*アクティブタブの装飾*/
	background-image: url(../img/product/tab_3.png);
	background-repeat: no-repeat;
}

/*** ▲タブエリア▲***/

.content_area {
	background-image: url(../img/product/tab_bg.png);
	padding: 28px 20px 30px 20px;
	border-bottom: solid 14px;
	border-image: url(../img/product/tab_bg_bottom.png) 15 0 round;
}
.content_area.hide .faq.wrap {
	width: 800px;
	text-align: left;
	padding: 15px 0px;
	font-size: 17px;
	margin: 20px 0 -50px;
}
.content_area.hide .faq.wrap dl dt {
}
#product .purchase.wrap.clearfix .img_area p .samname a {
	color: #09C;
	font-size: 14px;
}
#product .purchase.wrap.clearfix .img_area p .samname a:hover {
	color: #06F;
}
.img_area p img {
	margin-bottom: 15px;
}







/* お客様の声 #voice
---------------------------------------------------- */
#voice h2 {
	font-size: 30.5px;
	color: #ff6c8d;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #ff6c8d;
	padding-bottom: 28px;
}
#voice .thought h2 {
	text-align: center;
	border-bottom: 1px solid #E96B8A;
	padding: 0 0 20px 0;
	margin: 0 0 28px 0;
}
#voice .thought .inner {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin: 0 0 67px 0;
	background: url(../img/voice/thought-bg.jpg) no-repeat 100% 0, url(../img/voice/thought-bg.png);
	min-height: 345px;
	font-size: 13px;
	color: #000;
	padding: 76px 0 0 27px;
	box-sizing: border-box;
}
#voice .thought .inner p:first-child {
	margin: 0 0 30px 0;
}
#voice .voice_nav {
	margin-bottom: 69px;
}
#voice .voice_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice .voice_nav ul li a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #ff6c8d;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}
#voice .voice_nav ul li .plusten {
	display: inline-block;
	background: url(../img/product/pkg-plusten.png) no-repeat left center;
	background-size: auto 72px;
	padding-left: 50px;
	padding-top: 10px;
	text-align: left;
	height: 62px;
	position: relative;
}
#voice .voice_nav ul li .noni {
	display: inline-block;
	background: url(../img/product/pkg-noni.png) no-repeat left center;
	background-size: auto 72px;
	padding-left: 50px;
	padding-top: 10px;
	text-align: left;
	height: 62px;
	position: relative;
}
#voice .voice_nav ul li .mind {
	display: inline-block;
	background: url(../img/product/pkg-mind.png) no-repeat left center;
	background-size: auto 72px;
	padding-left: 50px;
	padding-top: 10px;
	text-align: left;
	height: 62px;
	position: relative;
}
#voice .voice_nav ul li .asa {
	display: inline-block;
	background: url(../img/product/pkg_asasyaki.png) no-repeat left center;
	background-size: auto 72px;
	padding-left: 50px;
	padding-top: 10px;
	text-align: left;
	height: 62px;
	position: relative;
}
#voice .voice_nav ul li span:after {
	content: "";
	height: 50px;
	width: 50px;
	background: url(../img/voice/voice_icon.png) no-repeat;
	background-size: 39px auto;
	position: absolute;
	top: 31px;
	left: 123px;
}
#voice .voice_nav ul li {
	width: calc( 100% / 3 );
	border-left: 1px solid #ff6c8d;
	box-sizing: border-box;
	height: 78px;
	margin-bottom: 17px;
}
#voice .voice_nav ul li:nth-child(3n) {
	border-right: 1px solid #ff6c8d;
}
#voice .voice_wrap {
	margin-bottom: 74px;
}
#voice .voice_wrap h3 {
	font-size: 25px;
	color: #503200;
	text-align: center;
	background: url(../img/voice/voice-bg.jpg);
	line-height: 1;
	padding: 15px;
	border-radius: 50px;
	margin-bottom: 39px;
}
#voice .voice_wrap h3 span {
	font-size: 18px;
}
#voice .voice_wrap h3 br {
	display: none;
}
#voice .voice_wrap .voice_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
#voice .voice_wrap .voice_box .box {
	width: 470px;
	margin-bottom: 16px;
}
#voice .voice_wrap .voice_box .box .voice1 {
	padding: 23px 24px 23px 30px;
	border-radius: 20px;
	box-shadow: 5px 5px 18px #cacaca;
	margin-bottom: 10px;
}
#voice .voice_wrap .voice_box .box .voice1 .title {
	margin-bottom: 22px;
	margin-top: 15px;
}
#voice .voice_wrap .voice_box .box .voice1 h4 {
	font-size: 17px;
	color: #503200;
	font-weight: normal;
	display: inline;
	padding: 2px 0 5px;
}
#voice .voice_wrap .voice_box .box .voice1 h4.pink {
	background: linear-gradient(transparent 60%, rgba(255,108,141,0.5) 60%);
}
#voice .voice_wrap .voice_box .box .voice1 h4.green {
	background: linear-gradient(transparent 60%, rgba(80,170,167,0.5) 60%);
}
#voice .voice_wrap .voice_box .box .voice1 h4.orange {
	background: linear-gradient(transparent 60%, rgba(222,85,16,0.4) 60%);
}
#voice .voice_wrap .voice_box .box .voice1 h4.blue {
	background: linear-gradient(transparent 60%, rgba(80,170,255,0.4) 60%);
}
#voice .voice_wrap .voice_box .box .voice1 img {
	width: 77px;
	height: auto;
	margin-right: 25px;
	float: left;
	margin-top: -15px;
}
#voice .voice_wrap .voice_box .box .voice1 p {
	font-size: 13px;
}
#voice .voice_wrap .voice_box .box .voice1 + p {
	font-size: 10px;
	text-align: right;
}
#hagaki {
	padding: 10px 10px;
	margin-bottom: 35px;
}
#hagaki ul li {
	width: 300px;
	float: left;
	padding: 7px;
}
#hagaki .crad {
	color: #FC0;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
}
/* プライバシーポリシー #privacy
---------------------------------------------------- */
#privacy h2 {
	color: #503200;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	background: #e5e1d9;
	line-height: 1;
	padding: 25px;
	margin-bottom: 30px;
}
#privacy dl {
	font-size: 14px;
	margin-bottom: 82px;
}
#privacy dl dt {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 9px;
}
#privacy dl dd {
	padding-bottom: 38px;
	border-bottom: 1px dashed #454545;
	margin-bottom: 38px;
}
#privacy dl dd p:nth-child(n+2) {
	margin-top: 30px;
}
#privacy dl dd ul {
	margin-top: 30px;
}
#privacy dl dd ul li {
	display: inline-block;
	margin-right: 1em;
}
/* 特定商取引法に基づく表記 #law
---------------------------------------------------- */
#law h2 {
	color: #503200;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	background: #e5e1d9;
	line-height: 1;
	padding: 25px;
	margin-bottom: 30px;
}
#law table {
	width: 100%;
	font-size: 15px;
	margin-bottom: 82px;
	border-top: 1px solid #454545;
	margin-top: 50px;
}
#law table tr {
	border-bottom: 1px dashed #454545;
}
#law table th {
	font-weight: normal;
	padding: 15px 50px 15px 80px;
	text-align: left;
	white-space: nowrap;
}
#law table td {
	padding: 15px 50px 15px 0;
}
#law table td p {
	margin-bottom: 24px;
}
#law table td p:last-child {
	margin-bottom: 0;
}
#law table a {
	text-decoration: underline;
	color: ＃454545；
}
#law table td li {
	display: inline-block;
	margin-right: 1em;
}
/* 会社概要 #company
---------------------------------------------------- */
#company .thought {
	width: 100%;
	background: url(../img/common/top-concept_bg.jpg) repeat;
	height: 420px;
	margin-bottom: 110px;
}
#company .thought .inner {
	margin: 0 0 172px 0;
	background: url(../img/common/concept_bg1.png) no-repeat;
	min-height: 450px;
	color: #000;
	padding: 110px 0 0 27px;
	box-sizing: border-box;
	position: relative;
	width: 970px;
	margin: 0 auto;
}
#company .thought .inner .copy {
	position: absolute;
	top: 150px;
	left: 70px;
	color: #503200;
	font-size: 16px;
	width: 370px;
}
#company h2 {
	color: #503200;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	background: #e5e1d9;
	line-height: 1;
	padding: 16px;
	margin-bottom: 28px;
}
#company .info table {
	width: 100%;
	font-size: 15px;
	margin-bottom: 69px;
	border-top: 1px solid #454545;
	margin-top: 30px;
}
#company .info table tr {
	border-bottom: 1px dashed #454545;
}
#company .info table th {
	font-weight: normal;
	padding: 15px 50px 15px 80px;
	text-align: left;
	white-space: nowrap;
}
#company .info table td {
	padding: 15px 50px 15px 0;
}
#company .address p {
	font-size: 15px;
	text-align: center;
}
.map {
	width: 702px;
	height: 453px;
	margin: 22px auto 0;
	margin-bottom: 92px;
}
/* ご利用ガイド #guide
---------------------------------------------------- */
#guide h2 {
	font-size: 30.5px;
	color: #ff6c8d;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ff6c8d;
	padding-bottom: 28px;
}
#guide h2 + p {
	text-align: center;
	font-size: 15px;
	color: #503200;
}
#guide h3 {
	color: #503200;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #e5e1d9;
	line-height: 1;
	padding: 14px;
	margin-bottom: 28px;
	margin-top: 48px;
}

#guideNav {
	width: 100%;
	background-image: url(../img/common/top-concept_bg.jpg);
	padding: 30px 0;
}
#guideNav ul {
	display: flex;
	width: 970px;
}
#guideNav ul li {
	flex: 1;
	text-align: center;
}
#guideNav ul li a {
	display: block;
}
#guide .inner h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
#guide {
	margin-bottom: 50px;
}
#guide p {
	font-size: 16px;
}
#guide h5 {
	color: #060;
	font-size: 20px;
	margin: 40px 0 20px;
}
#guide .inner {
	width: 850px;
	margin: 0 auto 30px;
	border-bottom: #666 solid 1px;
	padding-bottom: 30px;
}
#guide .inner .innerBox {
	margin-bottom: 30px;
}
#guide .inner .innerBox .img {
	float: left;
	width: 140px;
	text-align: center;
}
#guide .inner .innerBox .text {
	float: right;
	width: 690px;
}
#guide .inner .telText {
	margin-bottom: 20px;
}
#guide .inner .innerBox .text li img {
	width: 350px;
	margin-bottom: 20px;
}
#guide .inner .btn {
	margin: 0 auto;
	width: 300px;
}
#guide .inner .btn a {
	text-align: center;
	color: #fff;
	background-color: #FC0;
	border-radius: 6px;
	padding: 10px 30px;
}
#guide .inner .btn a:hover {
	background: #fff;
	border: #FC0 solid 1px;
	border-radius: 6px;
	color: #FC0;
	transition: all 0.3s ease;
}
#guide .innerPay {
	width: 850px;
	margin: 0 auto 30px;
}
#guide .paytext {
	width: 850px;
	margin: 0 auto 30px;
}
#guide .innerPay h4 {
	background: #060;
	border-radius: 6px;
	color: #fff;
	padding: 5px 0 5px 30px;
	width: 500px;
	margin-bottom: 20px;
}
#guide .innerPay p {
	margin-bottom: 20px;
}
#guide .innerPay .payImg {
	width: 450px;
	margin-bottom: 20px;
}
#guide .innerPay .payBtn {
	width: 400px;
	margin: 0 auto;
}
#guide .inner .textBox {
	width: 800px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 1px solid #999;
	margin: 40px 0;
}
#guide .inner .textBox h4 {
	margin-bottom: 10px;
}
#guide .inner .textBox p {
	margin-bottom: 15px;
}


/* お問い合わせ #contact
---------------------------------------------------- */
#contact h2 {
	　　font-size: 23px;
	color: #ff6c8d;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ff6c8d;
	padding-bottom: 28px;
}
#contacth3 {
	margin-bottom: 30px;
}
#contacth3 h3 {
	color: #503200;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	background: #e5e1d9;
	line-height: 1;
	padding: 16px 0;
	margin-bottom: 20px;
}
#contact h2 + p {
	font-size: 15px;
	padding-left: 195px;
}
#contact h2 + p br:first-child {
	display: none;
}
#contact table {
	margin-top: 48px;
	margin-bottom: 54px;
	width: 100%;
	font-size: 15px;
}
#contact table th {
	padding: 20px 0 20px 39px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	width: 360px;
	box-sizing: border-box;
}
#contact table td {
	padding: 20px 46px 20px 0;
	vertical-align: top;
	box-sizing: border-box;
}
#contact table th.required:before {
	content: "【必須】";
	color: #fff;
	background: #ff0000;
	padding: 4px 3px 3px;
	border-radius: 2px;
	font-size: 13px;
	margin-right: 6px;
	font-feature-settings: "palt";
}
#contact table input[name="name1"], #contact table input[name="name2"], #contact table input[name="kana1"], #contact table input[name="kana2"] {
	border: 2px solid #aeaeae;
	border-radius: 2px;
	padding: 10px;
	height: 52px;
	width: 198px;
	margin: 0 3px;
	box-sizing: border-box;
	font-size: 15px;
}
#contact table input[name="email"] {
	border: 2px solid #aeaeae;
	border-radius: 2px;
	padding: 10px;
	height: 52px;
	width: 498px;
	box-sizing: border-box;
	font-size: 15px;
}
#contact table textarea[name="subject"] {
	border: 2px solid #aeaeae;
	border-radius: 2px;
	padding: 10px;
	height: 148px;
	width: 498px;
	box-sizing: border-box;
	font-size: 15px;
}
#contact .btn {
	margin-bottom: 60px;
	text-align: center;
}
#contact .btn button[type="submit"] {
	background: #ff6c8d;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 16px;
	cursor: pointer;
	width: 215px;
}
#contact .note {
	padding-left: 168px;
	font-size: 15px;
	margin-bottom: 100px;
}
#from {
	width: 720px;
	margin: 0 auto;
}


/* サンテミナについて #sanntemina
---------------------------------------------------- */

#santemina .thought .backG {
	width: 100%;
	background-image: url(../img/common/top-concept_bg.jpg);
}
#santemina .thought h2 {
	text-align: center;
	width: 550px;
	margin: 0 0 15px 0;
}
#santemina .thought .inner {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin: 0 0 100px 0;
	/*background: url(../img/top/thought-bg.jpg) no-repeat 100% 0, url(../img/top/thought-bg.png);*/
	min-height: 465px;
	font-size: 13px;
	color: #000;
	padding-bottom: 0px;
	box-sizing: border-box;
	background-image: url(../img/common/concept_bg1.png);
	background-position: -50px 0 -30px　0;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 　0px;
}
#santemina .thought .inner h3 {
	position: absolute;
	top: 130px;
	left: 60px;
}
#santemina .thought .inner p {
	position: absolute;
	top: 175px;
	left: 60px;
	font-size: 16px;
}
#santemina .thought .inner .btn {
	position: absolute;
	top: 380px;
	left: 620px;
	font-size: 16px;
}
#santemina .omoi h2 {
	text-align: center;
	width: 550px;
	margin: 0 0 15px 0;
}
#santemina .omoi .inner {
	margin: 0 0 100px 0;
	/*background: url(../img/top/thought-bg.jpg) no-repeat 100% 0, url(../img/top/thought-bg.png);*/
	min-height: 640px;
	font-size: 13px;
	color: #000;
	padding-bottom: 0px;
	box-sizing: border-box;
	background-image: url(../img/common/concept_bg2.png);
	background-position: -50px 0 -30px　0;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 　0px;
}
#santemina .omoi .inner h3 {
	position: absolute;
	top: 130px;
	left: 60px;
}
#santemina .omoi .inner p {
	position: absolute;
	top: 120px;
	left: 235px;
	font-size: 17px;
	width: 545px;
}
#santemina .omoi .backG.pc {
	width: 100%;
	background-image: url(../img/common/concept_bg_img.jpg);
	background-repeat: repeat-x;
}
/* プライバシーポリシー #privacy
---------------------------------------------------- */

#privacy dl dd .pp {
	width: 850px;
	margin: 0 auto 30px;
}
#privacy dl dd h3 {
	width: 130px;
	margin: 20px auto 10px;
}
#privacy dl dd .ppBox tr {
}
#privacy dl dd h3 {
	font-weight: bold;
}
#privacy dl dd .pp tr {
	border: 1px solid #999;
	padding: 10px 0;
}
#privacy dl dd .pp th {
	border: 1px solid #999;
}
#privacy dl dd table .head {
	background-color: #CCC;
	width: 160px;
	padding: 10px 0;
}
#privacy dl dd table .left {
	width: 150px;
}
#privacy dl dd table .right {
	width: 100px;
}
#privacy dl dd .pp td {
	border: 1px solid #999;
	padding: 10px 10px;
}
#privacy dl dd h4 {
	margin-left: 50px;
}
#privacy dl dd .ppBox {
	width: 850px;
	margin: 0 auto;
}
#privacy dl dd .ppBox th {
	font-weight: 100;
}
#privacy dl dd .ppBox h4 {
	padding-bottom: 30px;
}
#privacy dl dd .ppBox td {
	padding-bottom: 30px;
}
#privacy dl dd h4 {
	margin-bottom: 20px;
}
#privacy dl dd .ppBox tr td p .red {
	color: #C00;
}
#privacy dl dd .ppBox tr td ul li {
	list-style-type: decimal;
}
#privacy dl dd .ppBox a {
	color: #C00;
}
.clearfix >dt {
	font-size:16px;
}