@charset "UTF-8";
/* =============================================================================
	Last Up Date	2014.9.10
============================================================================= */
body {
	background-color: #f2f2f2;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 85%;
	line-height: 1.4em;
}
#pc_container {
	display: none;
}
#sp_container {
	position: relative;
	display: block;
	width: 100%;
}
#sp_container .section {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
/* ヘッダ */	
#sp_container #header {
	background-color: #ffffff;
	text-align: center;
}
#sp_container #header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 21%;
	max-width: 140px;
}
#sp_container #header .cl {
	position: relative;
	padding: 0 44%;
	width: 12%;
	max-width: 78px;
}
#sp_container #header #Menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 17%;
	max-width: 108px;
}
#sp_container #header .gNavi {
	display: none;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	-moz-box-shadow: 0 3px 3px #999;
	-webkit-box-shadow: 0 3px 3px #999;
	opacity: 0;
	overflow: hidden;
	z-index: 600;
}
#sp_container #header .gNavi ul {
	border-top: solid 2px #f2f2f2;
}
#sp_container #header .gNavi ul li {
	background: #FFFFFF;
    border-bottom: solid 2px #f2f2f2;
}
#sp_container #header .gNavi ul li a{
    display: block;
    padding: 3% 0;
}
/* コンテンツ */
#sp_container #main {
	position: relative;
	margin: 5% auto 15%;
	width: 95%;
	max-width: 576px;
	background-color: #FFFFFF;
	border: 4px solid #ffffff;
	text-align: center;
}
#sp_container #main .main_inner {
	border: 1px solid #BFA55E;
    padding-bottom: 10%;
}
#sp_container #main .title {
	margin-bottom: 10%;
}
#sp_container #main .line {
    width: 95%;
    margin: 15% auto 20%;
}
/*===========================================================================
    
    cafe

===========================================================================*/
#sp_container #main .cafe {
	padding: 5% 2%;
	background-image: url(../../img/pc/bg_gray.gif);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0 2%;
}
#sp_container #main .cafe .cafe_top {
    margin-bottom: 5%;
}
#sp_container #main .cafe .cafe_top h3 {
    margin-top: 5%;
}

/*----------------------------------------------------------
    cafe_inner
----------------------------------------------------------*/
#sp_container #main .cafe .cafe_inner {
    background: #FFF;
    padding: 3%;
}
#sp_container #main .cafe .cafe_inner .interview .block {
    margin: 5% 0 10%;
}
#sp_container #main .cafe .cafe_inner .interview .txt {
    margin-bottom: 2%;
}

/*--- headline_txt ----------*/
#sp_container #main .cafe .cafe_inner .interview .headline_txt {
    font-size: 120%;
    text-align: left;
    margin-bottom: 2%;
}
/* color variation */
#sp_container #main .cafe.cafe01 .cafe_inner .interview .headline_txt {
    color: #7ea2cc;
}
#sp_container #main .cafe.cafe02 .cafe_inner .interview .headline_txt {
    color: #92ae73;
}
#sp_container #main .cafe.cafe03 .cafe_inner .interview .headline_txt {
    color: #e3a15e;
}

/*--- txt ----------*/
#sp_container #main .cafe .cafe_inner .interview .txt {
    text-align: left;
    line-height: 2.0;
}

/*----------------------------------------------------------
    cafeinfo
----------------------------------------------------------*/
#sp_container #main .cafe .cafe_inner .cafeinfo {
    padding: 1px;
}
/* color variation */
#sp_container #main .cafe.cafe01 .cafe_inner .cafeinfo {
    border: solid 1px #7ea2cc;
}
#sp_container #main .cafe.cafe02 .cafe_inner .cafeinfo {
    border: solid 1px #92ae73;
}
#sp_container #main .cafe.cafe03 .cafe_inner .cafeinfo {
    border: solid 1px #e3a15e;
}

/*--- ttl ----------*/
#sp_container #main .cafe .cafe_inner .cafeinfo .ttl {
    height: 27px;
    line-height: 27px;
    text-align: left;
    padding: 0 14px;
}
/* color variation */
#sp_container #main .cafe.cafe01 .cafe_inner .cafeinfo .ttl {
    background: url(../../img/pc/bg_blue.gif) 0 0 repeat-x;
}
#sp_container #main .cafe.cafe02 .cafe_inner .cafeinfo .ttl {
    background: url(../../img/pc/bg_green.gif) 0 0 repeat-x;
}
#sp_container #main .cafe.cafe03 .cafe_inner .cafeinfo .ttl {
    background: url(../../img/pc/bg_orange.gif) 0 0 repeat-x;
}

#sp_container #main .cafe .cafe_inner .cafeinfo .ttl p {
    color: #FFF;
}

/*--- info_area ----------*/
#sp_container #main .cafe .cafe_inner .cafeinfo .info_area {
    padding: 3%;
}
#sp_container #main .cafe .cafe_inner .cafeinfo .info_area .img_area {
}

/*--- dl ----------*/
#sp_container #main .cafe .cafe_inner .cafeinfo dl {
    text-align: left;
    margin-bottom: 5%;
    padding: ;
}
/* color variation */
#sp_container #main .cafe.cafe01 .cafe_inner .cafeinfo dl dt {
    color: #7ea2cc;
}
#sp_container #main .cafe.cafe02 .cafe_inner .cafeinfo dl dt {
    color: #92ae73;
}
#sp_container #main .cafe.cafe03 .cafe_inner .cafeinfo dl dt {
    color: #e3a15e;
}
#sp_container #main .cafe .cafe_inner .cafeinfo a {
    color: #a68d4b;
}

/* 商品紹介 */
#sp_container #pro {
	background-color: #ffffff;
	text-align: center;
}
#sp_container #pro .ttl {
	margin-bottom: 6%;
}
#sp_container #pro .ttl img {
	margin-top: -6%;
}
#sp_container #pro .txt {
	margin-bottom: 4%;
}
#sp_container #pro .btn {
	padding: 8% 22%;
	width: 56%;
	max-width: 360px;
}
/* フッタ */
#sp_container #pagetop {
	margin: 0 auto;
	width: 100%;
	background-color: #bfbfbf;
	text-align: center;
}
#sp_container #pagetop img {
	padding: 4% 32%;
	width: 36%;
	max-width: 224px;
}
#sp_container #fb {
	padding: 5% 3%;
	background-color: #ffffff;
	text-align: center;
}
#sp_container #share {
	display: inline-block;
	margin: 0 auto;
	width: 22%;
	padding: 3%;
	max-width: 80px;
}
#sp_container #fanpage {
	display: inline-block;
	margin: 0 auto;
	width: 60%;
	padding: 3%;
	max-width: 220px;
}
#sp_container #footer {
	margin: 0 auto;
	width: 100%;
	padding: 14px 0;
	text-align: center;
}
#sp_container #footer img {
	width: 90%;
	max-width: 380px;
}

#cafe01Sp,
#cafe02Sp,
#cafe03Sp {
    display: block;
}


#sp_container .mb03 {
	margin-bottom: 3%;
}
#sp_container .mb12 {
	margin-bottom: 12%;
}

/* 汎用
----------------------------------------------------------------------------- */
/* 位置 */
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.vtop {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
/* 回り込み */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
.clear {
	clear: both !important;
}
br.clear {
	clear: both !important;
	height: 0 !important;
	line-height: 0 !important;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* リンク */
a.ov:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
