@charset "utf-8";
/*
Theme Name:
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #205c55; }
a:active { text-decoration: none; color: #205c55; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*COMMON */
/* -------------------------------------------------- */

.mb10 {margin-bottom: 10px;}
.mt10 {margin-top: 10px;}
.mr10 {margin-right: 10px;}
.mt15 {margin-top: 15px;}
.mb60 {margin-bottom: 60px;}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header-small {
	min-height: 80px;
	width: 960px;
	margin: 0 auto;
	font-size: 1.4rem;
	position: relative;
}

#header-small p {
	position: absolute;
	top: 15px;
	left: 0;
}

.header-small-inner {
	margin-left: 140px;
}

#header-small li {
	display: inline-block;
	padding: 35px 28px 14px 17px;
	background: url(../img/nav-border.png) no-repeat right 35px;
}

#header-small li:last-child {
	padding-right: 0;
}

.header-small-inner a {
	font-family: 'Handlee', cursive;
	font-size: 1.8rem;
	letter-spacing: 1.4px;
}

#content {
	margin-bottom: 205px;
}

.content-left {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.content-right {
	width: 48%;
	float: right;
}

.content-left h2 {
	text-align: center;
	margin-bottom: 40px;
}

.content-left p, .content-right p {
	text-align: justify;
	line-height: 2.4;
}

.sub-pic {
	position: absolute;
	bottom: 0;
}

/* GoogleMap */
#gMap {
	width: 100%;
	height: 400px;
}

/* TOP */
/* -------------------------------------------------- */
 
#container {
	width: 100%;
	margin: 0 auto;
}

#header {
	position: relative;
}

#nav ul {
	display: inline-block;
	width: 100%;
	margin: 0 auto 65px;
	text-align: center;
}

#nav li {
	display: inline-block;
	padding: 0 24px;
	background: url(../img/nav-border.png) no-repeat right;
}

#nav li:last-child, #header-small li:last-child {
	background: none;
}

#nav a {
	font-family: 'Handlee', cursive;
	font-size: 2.1rem;
	letter-spacing: 2.2px;
	margin-right: 12px;
}

.layer_inner a {
	font-size: 1.8rem;
	font-family: 'Handlee', cursive;
}

#nav a:hover, .header-small-inner a:hover {
	padding-bottom: 8px;
	border-bottom: 2px solid #205c55;
	transition: all 0.3s ease-in-out 0s;
}

#category p {
	font-size: 1.4rem;
	line-height: 2.2;
	text-align: justify;
}

.cat-inner {
	width: 70%;
	min-height: 240px;
	margin: 0 auto;
	position: relative;
}

.more a {
	display: block;
	font-size: 1.4rem;
	color: #205c55;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	right: 15px;
}

.more a::after {
	content: url(../img/list-01.png);
	position: absolute;
	right: -12px;
	top: -1px;
}

.more a:hover {
	text-decoration: underline;
}

.cat1 {
	min-height: 400px;
	width: 50%;
	background-color: #000;
	float: left;
	position: relative;
}

.cat1 a {
	display: block;
	min-height: 400px;
	width: 100%;
	background: url(../img/top-furniture-img.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}

.cat1 a:hover {
	opacity: 0.7;
}

.cat1 img, .cat3 img, .cat5 img, .cat6 img, .cat7 img, .cat9 img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.cat2 {
	width: 25%;
	min-height: 400px;
	float: left;
	position: relative;
}

.cat2 h3 {
	text-align: center;
	margin: 60px 0 35px;
}

.cat3 {
	width: 25%;
	min-height: 400px;
	background-color: #000;
	float: left;
	position: relative;
}

.cat3 a {
	display: block;
	width: 100%;
	min-height: 400px;
	background: url(../img/top-goods-img.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}

.cat3 a:hover {
	opacity: 0.7;
}

.cat4 {
	width: 25%;
	min-height: 400px;
	float: left;
	position: relative;
}

.cat4 h3 {
	text-align: center;
	margin: 60px 0 35px;
}

.cat5 {
	width: 50%;
	min-height: 400px;
	background-color: #000;
	float: left;
	position: relative;
}

.cat5 a {
	display: block;
	min-height: 400px;
	width: 100%;
	background: url(../img/top-cafe-img.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}

.cat5 a:hover {
	opacity: 0.7;
}

.cat6 {
	width: 25%;
	min-height: 400px;
	background-color: #000;
	float: left;
	position: relative;
}

.cat6 a {
	display: block;
	width: 100%;
	min-height: 400px;
	background: url(../img/top-shop-img.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}

.cat6 a:hover {
	opacity: 0.7;
}

.cat7 {
	width: 25%;
	min-height: 400px;
	background-color: #000;
	float: left;
	position: relative;
}

.cat7 a {
	display: block;
	width: 100%;
	min-height: 400px;
	background: url(../img/top-access-img.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}

.cat7 a:hover {
	opacity: 0.7;
}

.cat8 {
	width: 25%;
	min-height: 400px;
	float: left;
	position: relative;
}

.cat8 h3 {
	text-align: center;
	margin: 60px 0 35px;
}

.cat9 {
	width: 25%;
	min-height: 400px;
	background-color: #000;
	float: left;
	position: relative;
}

.cat9 a {
	display: block;
	width: 100%;
	min-height: 400px;
	background: url(../img/top-powerspot-img.jpg) no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out 0s;
}

.cat9 a:hover {
	opacity: 0.7;
}

.cat10 {
	width: 25%;
	float: left;
	position: relative;
}

.cat10 h3 {
	margin: 60px auto 35px;
	width: 186px;
}

#concept {
	background: url(../img/top-concept-bg.jpg);
	margin-bottom: 150px;
}

.about-btn-area a {
	display: block;
	color: #205c55;
	text-align: center;
	letter-spacing: 1px;
	padding-right: 30px;
	background: url(../img/list-02.png) no-repeat 290px center;
}

.about-btn-area a:hover {
	background-color: #205c55;
	background-image: url(../img/list-03.png);
	background-position: 290px center;
	background-repeat: no-repeat;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}

.enlarge {
	letter-spacing: 2.2px;
}

#footer {
	width: 100%;
	height: 1100px;
	background: url(../img/footer-bg.jpg) no-repeat center bottom;
	background-size: auto 1100px;
	position: relative;
}

#footer h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#footer p {
	line-height: 2.4;
	text-align: center;
	font-size: 1.4rem;
}

#footer ul {
	width: 832px;
	margin: 90px auto 0;
}

#footer li {
	width: 401px;
	float: left;
	margin-right: 30px;
}

#footer li:last-child {
	margin-right: 0;
}

#footer li a {
	display: block;
}

#footer li a:hover {
		opacity: 0.7;
		transition: all 0.3s ease-in-out 0s;
}

#footer p a:hover {
	color: #333;
	text-decoration: underline;
}


/* concept */
/* -------------------------------------------------- */

.content-inner {
	position: relative;
	z-index: 999;
	width: 1100px;
	margin: -200px auto 0;
	padding: 0 70px 0;
	background: #fff;
}

#concept-content-img img, #furniture-content-img img, #goods-content-img img, #cafe-content-img img, #shop-content-img img {
	width: 100%;
}

.content-inner h1 {
	text-align: center;
	margin-top: -62px;
	padding-top: 70px;
	padding-bottom: 62px;
}

#concept-section1, #concept-section2, #concept-section3 {
	width: 960px;
	margin: 0 auto 140px;
	position: relative;
}

#concept-section2 h2 {
	text-align: center;
	margin-bottom: 50px;
}

#concept-section2 h3 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	padding: 15px 0;
	background: #f8f8f8;
}

.bnr-left {
	width: 475px;
	float: left;
	margin-right: 10px;
}

.bnr-right {
	width: 475px;
	float: left;
}
	
#concept-section3 a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out 0s;
}


/* furniture */
/* -------------------------------------------------- */

#furniture-section1, #furniture-section2 {
	width: 960px;
	margin: 0 auto 140px;
	position: relative;
}

#furniture-section1 h2, #furniture-section2 h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

#furniture-section2 p {
	text-align: center;
	line-height: 3.8;
	letter-spacing: 1px;
}

.coordination {
	margin-top: 140px;
}

.coordination h3 {
	text-align: center;
	margin-bottom: 60px;
}


/* goods */
/* -------------------------------------------------- */

#goods-section1 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#goods-section2, #goods-section3 {
	width: 960px;
	margin: 120px auto;
	position: relative;
	padding-top: 110px;
	border-top: 1px solid #ccc;
}

#goods-section1 h2, #goods-section2 h2, #goods-section3 h2, #goods-section4 h2 {
	text-align: center;
	margin-bottom: 40px;
}

#goods-section1 p {
	text-align: justify;
	line-height: 2.4;
	letter-spacing: -0.2px;
}

#goods-section2 p, #goods-section3 p, #goods-section4 p {
	text-align: justify;
	line-height: 2.4;
}

.sub-pic2 {
	position: absolute;
	bottom: 110px;
}

#goods-section4 {
	width: 100%;
	background: url(../goods/img/goods_bg.jpg) repeat;
	margin-bottom: 185px;
}

.goods-section4-inner {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}

.cafe-btn-area {
	position: relative;
}

.cafe-btn-area a {
	display: block;
	color: #205c55;
	text-align: center;
	padding-right: 20px;
	letter-spacing: 1px;
	padding: 20px 0;
}

.cafe-btn-area a::after {
	content: url(../img/list-02.png);
	position: absolute;
	right: 35%;
}


.cafe-btn-area a:hover {
	background: #205c55 ;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}

.cafe-btn-area a:hover::after {
	content: url(../img/list-03.png);
	position: absolute;
	right: 35%;
}




/*.cafe-btn-area a {
	display: block;
	color: #205c55;
	text-align: center;
	letter-spacing: 1px;
	padding-right: 30px;
	background: url(../img/list-02.png) no-repeat 290px center;
}


.cafe-btn-area a:hover {
	border: 1px solid #205c55;
	background-color: #205c55;
	background-image: url(../img/list-03.png);
	background-position: 290px center;
	background-repeat: no-repeat;
	color: #fff;
	transition: 0.15s;
}
*/

/* cafe */
/* -------------------------------------------------- */

#cafe-section1, #cafe-section4 {
	width: 960px;
	margin: 0 auto 210px;
	position: relative;
}

#cafe-section2 {
	width: 100%;
	background: url(../cafe/img/cafe_bg.jpg) repeat;
}

.cafe-section2-inner {
	width: 960px;
	margin: 0 auto;
	padding: 115px 0;
	position: relative;
}

#cafe-section3 {
	width: 960px;
	margin: 140px auto;
	position: relative;
}

#cafe-section4 {
	padding-top: 140px;
	border-top: 1px solid #ccc; 
}

#cafe-section1 h2, #cafe-section2 h2, #cafe-section3 h2, #cafe-section4 h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 17px;
}

table.menu {
	width: 100%;
}

table.menu tr {
	border-bottom: 1px dotted #333;
}

table.menu tr:last-child {
	border-bottom: none;
}

table.menu th {
	padding: 15px;
	line-height: 1.4;
	text-align: left;
	width: 67%;
}

table.menu td {
	padding: 15px;
	line-height: 1.4;
	vertical-align: bottom;
	text-align: right;
	width: 33%;
}

.tax {
	font-size: 1.2rem;
}

.cafe-section4-inner {
	margin-top: 40px;
}

.section4-main {
	position: relative;
}


/* shop */
/* -------------------------------------------------- */

#shop-section1, #shop-section2 {
	width: 960px;
	margin: 0 auto 140px;
	position: relative;
}

#shop-section2 {
	margin-bottom: 120px;
}


#shop-section1 {
	padding-bottom: 140px;
	border-bottom: 1px solid #ccc;
}

#shop-section1 h2, #shop-section2 h2 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 25px;
}

#shop-section2 h2 {
	margin-bottom: 55px;
}

#shop-section1 p {
	text-align: center;
	line-height: 3.8;
	letter-spacing: 1px;
	margin-bottom: 80px;
}

#shop-section2 p {
	text-align: center;
}

#shop-section2 dt {
	/*font-weight: bold;*/
	width: 20%;
	float: left;
	margin-right: 5%;
	margin-bottom: 4%;
}

#shop-section2 dd {
	width: 75%;
	float: left;
	margin-bottom: 4%;
}

#shop-section2 li {
	margin-bottom: 3%;
	text-indent: -1rem;
}

.shop-section2-left {
	width: 66%;
	float: left;
	margin-right: 4%;
}

.shop-section2-right {
	width: 30%;
	float: left;
}

.caption {
	font-size: 1.2rem;
	line-height: 1.6;
}

p.caption {
	font-size: 1.2rem;
	line-height: 1.6;
}

.sub-pic3 {
	position: absolute;
	bottom: -38px;
}

#gMap {
	width: 100%;
 	height: 530px;
	margin-bottom: 60px;
}




