@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;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
#pc_container {
	position: relative;
	margin: 0 auto;
	min-width: 1024px;
}
#pc_container .section {
	position: relative;
	margin: 0 auto;
	width: 1022px;
}
/* ヘッダ */
#pc_container #header {
	background-color: #ffffff;
}
#pc_container #header .section {
	padding: 23px 0 5px 0;
	width: 1022px;
	height: 105px;
	text-align: center;
}
#pc_container #header .logo {
	position: absolute;
	top: 46px;
	left: 32px;
}
#pc_container #header .fb_iframe_widget {
	position: absolute;
	top: 53px;
	left: 130px;
}
/* コンテンツ */
#pc_container #main {
	position: relative;
	margin: 65px auto 97px;
	width: 1016px;
	background-color: #ffffff;
	border: 3px solid #ffffff;
}
#pc_container #main .main_inner {
	border: 1px solid #BFA55E;
    padding-bottom: 40px;
}
#pc_container #main .title {
	margin-bottom: 50px;
}
#pc_container #main .gnavi {
	width: 799px;
    margin: 0 auto 85px;
}
#pc_container #main .gnavi ul li {
    float: left;
    margin-right: 35px;
}
#pc_container #main .gnavi ul li.last {
    margin-right: 0;
}
#pc_container #main .line {
	width: 947px;
    margin: 88px auto 158px;
}
/*===========================================================================
    
    cafe

===========================================================================*/
#pc_container #main .cafe {
    position: relative;
	padding: 206px 66px 33px 66px;
	background-image: url(../../img/pc/bg_gray.gif);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;	
}
#pc_container #main .cafe .cafe_top {
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
}
#pc_container #main .cafe .cafe_top h3 {
    margin-top: 24px;
}

/*----------------------------------------------------------
    cafe_inner
----------------------------------------------------------*/
#pc_container #main .cafe .cafe_inner {
    background: #FFF;
    padding: 40px;
}
#pc_container #main .cafe .cafe_inner .interview .block {
    margin-bottom: 50px;
}
#pc_container #main .cafe .cafe_inner .interview .two_column .txt_area {
    width: 420px;
}
#pc_container #main .cafe .cafe_inner .interview .two_column .img_area {
    width: 350px;
}
#pc_container #main .cafe .cafe_inner .interview .one_column_photo {
    margin-bottom: 24px;
}

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

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

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

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

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

/*--- info_area ----------*/
#pc_container #main .cafe .cafe_inner .cafeinfo .info_area {
    position: relative;
}
#pc_container #main .cafe .cafe_inner .cafeinfo .info_area .img_area {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 110px;
}

/*--- table ----------*/
#pc_container #main .cafe .cafe_inner .cafeinfo table {
    text-align: left;
    margin: 20px 0 20px 170px;
}
#pc_container #main .cafe .cafe_inner .cafeinfo table th,
#pc_container #main .cafe .cafe_inner .cafeinfo table td {
    padding: 5px;
}
/* color variation */
#pc_container #main .cafe.cafe01 .cafe_inner .cafeinfo table th {
    color: #7ea2cc;
}
#pc_container #main .cafe.cafe02 .cafe_inner .cafeinfo table th {
    color: #92ae73;
}
#pc_container #main .cafe.cafe03 .cafe_inner .cafeinfo table th {
    color: #e3a15e;
}

#pc_container #main .cafe .cafe_inner .cafeinfo table td.map img {
    vertical-align: middle;
    margin-left: 12px;
}
#pc_container #main .cafe .cafe_inner .cafeinfo a {
    color: #a68d4b;
}

/* 商品紹介 */
#pc_container #pro {
	background-color: #ffffff;
}
#pc_container #pro .section {
	padding: 0 0 96px 0;
	background-image:url(../../img/pc/pro_img.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
#pc_container #pro .ttl {
	margin-bottom: 54px;
	text-align: center;
}
#pc_container #pro .ttl img {
	margin-top: -27px;
}
#pc_container #pro .sttl {
	padding-left: 37px;
}
#pc_container #pro .txt {
	padding-left: 37px;
}
#pc_container #pro .btn {
	margin-top: 17px;
	padding-left: 128px;
}
/* フッタ */
#pc_container #fb {
	margin: 0 auto;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	text-align:center;
}
#pc_container #share {
	margin: 33px auto ;
	display:inline-block;
}
#pc_container #fanpage {
	display:inline-block;
	margin-left:30px;
}
#pc_container #footer {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#cafe01,
#cafe02,
#cafe03 {
    display: block;
    padding-top: 134px;
    margin-top: -134px;
}

/* 汎用
----------------------------------------------------------------------------- */
/* 位置 */
.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);
}