
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/



.top_headbox{
	position : relative ;
	width : 1000px ;
	height : 440px ;
	margin-left : auto ;
	margin-right : auto ;
}
.top_headbox_back{
	position : absolute ;
	width : 100% ;
	height : auto ;
	top : 0px ;
	left : 0px ;
	z-index : 1 ;
}
.top_headbox_flower{
	position : absolute ;
	top : -36px ;
	right : -70px ;
	z-index : 2 ;
}


.top_slide_superbox{
	position : relative ;
	float : left ;
	width : 680px ;
	height : 440px ;
	z-index : 4 ;
}
.top_slide_back{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
	z-index : 6 ;
}

.top_slide{
	position : absolute ;
	top : 32px ;
	left : 46px ;
	width : 580px ;
	height : auto ;
	z-index : 8 ;
	display : none ;
}


.top_slide_newsbox{
	position : relative ;
	float : right ;
	width : 286px ;
	height : 391px ;
	margin-top : 20px ;
}

.top_news_back{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
	z-index : 6 ;
}

.top_news_title{
	position : relative ;
	text-align : center ;
	height : 60px ;
	line-height : 60px ;
	color : #89796F ;
	font-size : 23px ;
	z-index : 8 ;
}

.top_news_itembox{
	position : relative ;
	width : 200px ;
	height : 52px ;
	padding-top : 12px ;
	margin-left : auto ;
	margin-right : auto ;
	border-top : 1px dotted #837151 ;
	z-index : 8 ;
}
.top_news_itembox.first{
	border-top : none ;
}

.top_news_itemdate{
	font-size : 11px ;
}
.top_news_itemtitle{
	font-size : 12px;
}

.top_news_btnmore{
	position : relative ;
	width : 104px ;
	height : auto ;
	margin-left : auto ;
	margin-right : auto ;
	margin-top : 20px ;
	z-index : 8 ;
}




.top_shopbox{
	position : relative ;
	width : 900px ;
	padding-top : 30px ;
	padding-bottom : 30px ;
	border-bottom : 1px solid #BAB2AE ;
}

.top_shopbox_title{
	text-align : center ;
	font-size : 18px ;
	margin-top : 12px ;
	margin-bottom : 15px ;
	color : #966530 ;
}

.top_shopbox_story{
	position : relative ;
	margin-left : 26px ;
	margin-right : 26px ;
	font-size : 13px ;
	color : #777777 ;
}


.top_categorybox{
	position : relative ;
	width : 100% ;
	padding-top : 30px ;
	padding-bottom : 30px ;
	border-bottom : 1px solid #BAB2AE ;
}

.top_category_title{
	text-align : center ;
	font-size : 30px ;
	color : #42210B ;
	margin-bottom: 30px;
}
.top_category_title_jp{
	text-align : center ;
	font-size : 13px ;
	color : #A67C52 ;
	margin-bottom : 20px ;
}

.top_recommend_itembox{
	position : relative ;
	float : left ;
	width : 200px ;
	margin-right : 33.33px ;
	margin-bottom : 30px ;
}
.top_recommend_itembox_b a:nth-child(4n) .top_recommend_itembox{
	margin-right : 0px!important;
}

.top_recommend_image{
	width : 100% ;
	height : auto ;
	margin-bottom : 12px ;
}

.top_recommend_story{
	font-size : 12px ;
	color : #777777;
}


.top_blog_superbox{
	position : relative ;
	width : 864px ;
	margin-left : auto ;
	margin-right : auto ;
}


.top_blog_itembox{
	position : relative ;
	float : left ;
	width : 396px ;
	height : 80px ;
	margin-left :18px ;
	margin-right :18px ;
	margin-bottom :18px ;
}

.top_blog_image{
	position : relative ;
	float : left ;
	width : 80px ;
	height : 80px ;
	overflow : hidden ;
}
.top_blog_image .wp_fill{
	position : absolute ;
	top : 0% ;
	left : 0% ;
	width : auto ;
	height : 100% ;
}
.top_blog_image img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}

.top_blog_story{
	position : relative ;
	float : left ;
	width : 300px ;
	height : 60px ;
	margin-left : 16px ;
}

.top_blog_story_title{
	color : #828282 ;
	font-size : 14px ;
	font-weight : 600 ;
}
.top_blog_story_date{
	color : #828282 ;
	font-size : 13px ;
	margin-top : 2px ;
}


.top_blog_btnmore{
	position : relative ;
	width : 104px ;
	height : auto ;
	margin-top : 20px ;
	margin-left : auto ;
	margin-right : auto ;
}

.top_special_superbox{
	position : relative ;
	width : 830px ;
	height : 352px ;
	padding: 16px 30px 16px 20px ;
	background-color : #FFFFFF ;
	box-shadow : 4px 4px 3px rgba(0,0,0,0.2);
	margin-left : auto ;
	margin-right : auto ;
}

.top_special_left{
	position : relative ;
	float : left ;
}

.top_special_right{
	position : relative ;
	float : right ;
	width : 640px ;
	height : 320px ;
	overflow : hidden ;
}

.top_special_image{
	position : absolute ;
	top : 0% ;
	left : 0% ;
	width : 100% ;
	height : auto ;
	display : none ;
}


.top_special_btnbox{
	position : relative ;
	float : right ;
	width : 640px ;
	height : 10px ;
	margin-top : 4px ;
	text-align : center ;
}

.top_special_btn{
	display : inline-block ;
	padding : 4px ;
	font-size : 0px ;
	border : 1px solid #AE8743 ;
	background-color : #FFFFFF;
	margin-left : 8px ;
	margin-right : 8px ;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor : pointer ;
}
.top_special_btn.on{
	background-color : #AE8743 ;
}






.top_style_box{
	position : relative ;
	float : left ;
	width : 200px ;
	margin-left : 12px ;
	margin-right : 13px ;
	margin-bottom : 10px ;
}

.top_style_imagebox{
	position : relative ;
	width : 200px ;
	height : 232px ;
	overflow : hidden ;
}

.top_style_imagebox img{
	position : absolute ;
	top : 0% ;
	left : 0% ;
	width : 100% ;
	height : auto ;
}


.top_style_story{
	font-size : 13px ;
	font-weight : 600 ;
	margin-top : 10px ;
}


.top_shop_itembox{
	position : relative ;
	width : 100% ;
	margin-bottom : 20px ;
}

.top_shop_name{
	width : 100% ;
	font-size : 17px ;
	font-weight : 600 ;
	color : #42210B ;
	border-bottom : 1px solid #D3C4AB ;
	padding-bottom : 4px ;
	margin-bottom : 10px ;
}

.top_shop_image{
	position : relative ;
	float : left ;
	width : 166px ;
	height : 90px ;
	overflow : hidden ;
}

.top_shop_image .wp_fill{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
}

.top_shop_infobox{
	position : relative ;
	float : left ;
	width : 490px ;
	margin-left : 20px ;
}

.top_shop_tel{
	font-size : 23px ;
	color : #A67C52 ;
}

.top_shop_add{
	font-size : 12px ;
	color : #555555 ;
	margin-top : 6px ;
}

.top_shop_btnreserve{
	position : relative ;
	float : right ;
	width : 176px ;
	height : auto ;
	margin-top : 10px ;
}

.top_social_superbox{
	width : 994px ;
	margin-left : -47px ;
}

.top_social_itembox{
	position : relative ;
	float : left ;
	width : 446px ;
	height : 410px ;
	padding : 15px ;
	margin : 0px 8px 16px 8px ;
	border : 2px solid #AF8843 ;
	background-color : #FFFFFF ;
}

.top_social_itemtitle_facebook{
	height : 70px ;
	line-height : 70px ;
	text-align : center ;
	font-size : 20px ;
	color : #3A579D ;
}
.top_social_itemtitle_twitter{
	height : 70px ;
	line-height : 70px ;
	text-align : center ;
	font-size : 20px ;
	color : #6BACDE ;
}
.top_social_itemtitle_instagram{
	height : 70px ;
	line-height : 70px ;
	text-align : center ;
	font-size : 20px ;
	color : #F4A54E ;
}
.top_social_itemtitle_youtube{
	height : 70px ;
	line-height : 70px ;
	text-align : center ;
	font-size : 20px ;
	color : #FC4F9E ;
}

.top_social_itemimage{
	position : relative;
	width : 100% ;
	height : 340px ;
	overflow : hidden ;
}

.top_social_itemimage .wp_fit{
	position : relative ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
}



.top_group_superbox{
	position : relative ;
	width : 984px ;
	margin-left : -42px ;
}


.top_group_itembox{
	position : relative ;
	float : left ;
	width : 440px ;
	height : 114px ;
	padding : 16px ;
	margin : 0px 10px 20px 10px ;
	background-image : url("../images/top/top_group_back.png");
	background-repeat: no-repeat ;
}

.top_group_image{
	position : relative ;
	float : left ;
	width : 100px ;
	height : 100px ;
	border : 5px solid #FFFFFF;
	overflow : hidden ;
}
.top_group_image .wp_fill{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : auto ;
	height : 100% ;
}

.top_group_info{
	position : relative ;
	float : left ;
	width : 320px ;
	height : 110px;
	margin-left : 10px ;
}

.top_group_name{
	font-size : 17px ;
	color : #76513A ;
	line-height : 1.5em ;
}
.top_group_tel{
	font-size : 23px ;
	color : #76513A ;
	line-height : 1.5em ;
}
.top_group_add{
	font-size : 12px ;
	color : #76513A ;
	line-height : 1.5em ;
}











@media screen and (max-width: 1200px) {



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 960px) {





.inner900.top{
	width : 580px !important ;
	padding-left : 30px ;
	padding-right : 30px ;
	margin-left : auto;
	margin-right : auto;
	background-image : url("../images/common/container_back.png");
}

.top_headbox{
	width : 640px ;
	height : auto ;
	margin-top : -40px ;
}
.top_headbox_back{
}
.top_headbox_flower{
}


.top_slide_superbox{
	float : none ;
	width : 640px ;
	height : 362px ;
	z-index : 4 ;
}
.top_slide_back{
}

.top_slide{
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : auto ;
}

.top_slide_newsbox{
	float : none ;
	width : 640px ;
	height : auto ;
	margin-top : 0px ;
	padding-bottom : 30px ;
	border-bottom : 2px solid #837151 ;
}

.top_news_back{
}

.top_news_title{
	height : 64px ;
	line-height : 72px ;
	font-size : 40px ;
	border-top : 2px solid #837151 ;
	border-bottom : 2px solid #837151 ;
}

.top_news_itembox{
	position : relative ;
	width : 580px ;
	height : auto ;
	padding : 16px 30px ;
	margin-left : auto ;
	margin-right : auto ;
	border-top : none ;
	border-bottom : 1px dotted #837151 ;
}
.top_news_itembox.first{
	border-top : 1px solid #837151 ;
	margin-top : 2px ;
}

.top_news_itemdate{
	font-size : 24px ;
}
.top_news_itemtitle{
	font-size : 24px;
}

.top_news_btnmore{
	width : 220px ;
	margin-top : 30px ;
}




.top_shopbox{
	width : 640px ;
	padding-top : 0px ;
	padding-bottom : 0px ;
	border-bottom : none ;
	background-image : url("../images/common/container_back.png");
	margin-left : auto ;
	margin-right : auto ;
}

.top_shopbox_title{
	width : 100% ;
	/*height : 40px ;*/
	/*line-height : 40px ;*/
	color : #FFFFFF;
	text-align : center ;
	font-size : 22px ;
	font-weight : 600 ;
	margin-top : 0px ;
	margin-bottom : 0px ;
	background-color : #966530 ;
	padding: 10px 20px;
  box-sizing: border-box;
}

.top_shopbox_story{
	width : 560px ;
	position : relative ;
	margin-left : auto ;
	margin-right : auto ;
	padding : 32px 40px ;
	font-size : 20px ;
	color : #42210B ;
}


.top_categorybox{
	position : relative ;
	width : 580px ;
	margin-left : auto ;
	margin-right : auto ;
	padding : 40px 0px 40px 0px ;
	border-bottom : 1px solid #BAB2AE ;
}

.top_category_title{
	font-size : 50px ;
	line-height : 1.2em;
}
.top_category_title_jp{
	font-size : 22px ;
	margin-bottom : 40px ;
}

.top_recommend_itembox{
	float : none ;
	width : 580px ;
	margin-left : 0px ;
	margin-bottom : 25px ;
}
.top_recommend_itembox.first{
	margin-left : 0px ;
}

.top_recommend_image{
	float : left ;
	width : 290px ;
	height : auto ;
	margin-bottom : 0px ;
}

.top_recommend_story{
	float : left ;
	width : 270px ;
	margin-left : 20px ;
	font-size : 22px ;
}

.top_blog_superbox{
	width : 640px ;
	margin-left : -30px ;
	margin-right : 0px ;
}


.top_blog_itembox{
	float : none ;
	width : 620px ;
	height : auto ;
	padding : 10px ;
	margin-left :0px ;
	margin-right :0px ;
	margin-bottom :0px ;
	border-bottom : 1px solid #BAB2AE ;
}

.top_blog_image{
	width : 138px ;
	height : 138px ;
}
.top_blog_image .wp_fill{
}

.top_blog_story{
	width : 462px ;
	height : auto ;
	margin-left : 20px ;
}

.top_blog_story_title{
	color : #555555 ;
	font-size : 24px ;
	font-weight : 300 ;
	margin-top : 8px ;
}
.top_blog_story_date{
	color : #999999 ;
	font-size : 24px ;
	font-weight : 300 ;
}


.top_blog_btnmore{
	width : 220px ;
	margin-top : 30px ;
}

.top_special_superbox{
	position : relative ;
	width : 640px ;
	margin-left : -30px ;
	height : auto ;
	padding: 0px ;
	background-color : #FFFFFF ;
	box-shadow : none ;
}

.top_special_left{
	float : none ;
	width : 100% ;
	height : auto ;
}

.top_special_right{
	float : none ;
	width : 640px ;
	height : 320px ;
	overflow : hidden ;
}

.top_special_image{
}


.top_special_btnbox{
	width : 640px ;
	height : 64px ;
	margin-top : 4px ;
	text-align : center ;
}

.top_special_btn{
	padding : 8px ;
	margin-left : 16px ;
	margin-right : 16px ;
}
.top_special_btn.on{
}




.top_style_superbox{
	width : 600px ;
	margin-left : -10px ;
}

.top_style_box{
	float : left ;
	width : 280px ;
	height : 480px ;
	margin-left : 10px ;
	margin-right : 10px ;
	margin-bottom : 10px ;
}

.top_style_imagebox{
	width : 280px ;
	height : 330px ;
}

.top_style_imagebox img{
}


.top_style_story{
	font-size : 24px ;
	font-weight : 300 ;
	color : #777777 ;
	margin-top : 8px ;
}


.top_shop_itembox{
	margin-bottom : 20px ;
}

.top_shop_name{
	font-size : 28px ;
	border-bottom : 2px solid #AF8843 ;
	padding-bottom : 8px ;
	margin-bottom : 20px ;
}

.top_shop_image{
	position: static;
    float: none;
	width : 100% ;
	height : auto ;
}
.top_shop_image img{
	width : 100% ;
	height : auto ;
}

.top_shop_image .wp_fill{
}

.top_shop_infobox{
	float : none ;
	width : 100% ;
	margin-left : 0 ;
	margin-top: 10px;
}
.top_shop_tel{
	font-size : 29px ;
}

.top_shop_add{
	font-size : 22px ;
	margin-top : 16px ;
}

.top_shop_btnreserve{
	position: static;
    float: none;
	width : 350px ;
	height : auto ;
	margin-top : 20px ;
}

.top_social_superbox{
	width : 100% ;
	margin-left : 0px ;
	text-align : center ;
}

.top_social_itembox{
}

.top_social_itemtitle_facebook{
}
.top_social_itemtitle_twitter{
}
.top_social_itemtitle_instagram{
}
.top_social_itemtitle_youtube{
}

.top_social_itemimage{
}

.top_social_itemimage .wp_fit{
}

.top_social_btn{
	display : inline ;
	margin-left : 15px ;
	margin-right : 15px ;
}





.top_group_superbox{
	width : 640px ;
	margin-left : -30px ;
}


.top_group_itembox{
	float : none ;
	width : 600px ;
	height : auto ;
	padding : 26px 20px ;
	margin : 0px 0px 10px 0px ;
	background-image : none ;
	background-color : #E4CEBD ;
}

.top_group_image{
	position : relative ;
	float : left ;
	width : 100px ;
	height : 100px ;
	border : 5px solid #FFFFFF;
	overflow : hidden ;
}
.top_group_image .wp_fill{
}

.top_group_info{
	width : 480px ;
	height : auto;
	margin-top : 0px ;
	margin-left : 10px ;
}

.top_group_name{
	font-weight : 600 ;
	font-size : 24px ;
}
.top_group_tel{
	font-size : 22px ;
}
.top_group_add{
	font-size : 22px ;
	margin-top : 4px ;
}

















}