@charset "utf-8";
/*======================　背景　======================*/
/*======================　季節の変更ここから　======================*/

body{
	width: 100%;
	text-align: center;
	color: #333;
	background-color: #FFFEF4;
	/*background-image: url(../img/common/body_bg_top_summer.gif);/*夏用*/
	/*background-image: url(../img/common/body_bg_top.gif);/*秋用*/
	/*background-image: url(../img/common/body_bg_top_winter.gif);/*冬用*/
	/*background-image: url(../img/common/body_bg_top_spring.gif);/*春用*/
	background-image: url(../img/common/body_bg_top_sp.gif);/*梅雨用 */
	background-repeat: repeat-x;
	background-position: top;
}

#bg{
	width: 100%;
	/*background-image: url(../img/common/footer_bg_summer.gif);/*夏用*/
	/*background-image: url(../img/common/footer_bg.gif);/*秋用 */
	/*background-image: url(../img/common/footer_bg_winter.gif);/*冬用*/
	/*background-image: url(../img/common/footer_bg_spring.gif);/*春用*/
	background-image: url(../img/common/footer_bg_sp.gif);/*梅雨用 */
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

/*ページ右下のマスコット的な画像の設定　秋は無いのでコメントアウト*/
#footer #snowman {
	display: block;
	position: absolute;
	left: 850px;
	top: -90px;
	/*background-image: url(../img/common/fuurin_off.gif);/*夏用*/
	/*background-image: url(../img/common/snowman_off.gif);/*冬用*/
	/*background-image: url(../img/common/mejiro_off.gif);/*春用*/
	/*初夏はなし*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*　以下は↑で設定した画像のサイズに合わせて指定する　*/
	width: 142px;/*サイズ調整↑で設定した画像のサイズに合わせて指定する　*/
	height: 129px;/*サイズ調整↑で設定した画像のサイズに合わせて指定する　*/
}
#footer #snowman:hover{
	/*background-image: url(../img/common/fuurin_on.gif);/*夏用*/
	/*background-image: url(../img/common/snowman_on.gif);/*冬用*/　
	/*background-image: url(../img/common/mejiro_on.gif);/*春用*/
　/*初夏はなし*/
}
/*ここまでは秋はコメントアウト*/

#header {
	height: 210px;
	width: 960px;
	position: relative;
	/*background-image: url(../img/common/header_season_summer.gif);/*夏用*/
	/*background-image: url(../img/common/header_season_autumn.gif);/*秋用　*/
	/*background-image: url(../img/common/header_season_winter.gif);/*冬用*/
	/*background-image: url(../img/common/header_season_spring.gif);/*春用*/
	background-image: url(../img/common/sp.png);/*梅雨用*/
	background-repeat: no-repeat;
	background-position: 0px 26px;
}
/*======================　季節の変更ここまで スマホ版(common_sp.css)も忘れず設定　======================*/
#container {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
#body:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

#bg:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

#container:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
#contents_wrap:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
.clear_fix:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

/*======================　ヘッダー　======================*/
#header #header_logo {
	background: url(../img/common/main_logo.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 52px;
	width: 220px;
	display: block;
	zoom: 1;
}
#header #header_logo:hover{
	filter: Alpha(opacity=80);
	opacity: 0.8;
}
#header #logo_wrap {
	margin-top: 60px;
	float: left;
	display: inline;
	height: 52px;
	width: 220px;
	background: #FFF;
	margin-left: 210px;
}
/*======================　グローバルナビ　======================*/
#global_nav {
	height: 54px;
	width: 960px;
	float: left;
	margin-top: 30px;
	background: url(../img/common/gnav_shadow.jpg) no-repeat center bottom;
	padding-bottom: 5px;
}

ul#global_nav li {
	float: left;
	display: inline;
	text-align: center;
	position: relative;
	background: url(../img/common/gnav_line.jpg) no-repeat right 0px;
	padding-right: 2px;
}
ul#global_nav li.btn_2 a{
	width:9em;
}

#global_nav li .nav_btn span{
	font-size: 16px;
	line-height: 54px;
	color: #333;
	text-decoration: none;
	background: url(../img/common/mark_2.gif) no-repeat 0px center;
	padding-left: 15px;
}
#global_nav li .nav_btn{
	font-size: 16px;
	line-height: 54px;
	color: #333;
	text-decoration: none;
	padding-left: 29px;
	padding-right: 29px;
	text-align: center;
	background: url(../img/common/gnav_bg.jpg) repeat-x 0px 0px;
	display: block;
}
#global_nav li .nav_btn:hover{
	padding-left: 29px;
	padding-right: 29px;
	background: url(../img/common/gnav_bg_on.jpg) repeat-x 0px 0px;
}

#global_nav li.list_end {
	background: url(none);
}

/*-----------drop down-----------*/

.sub {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	/* [disabled]width: 250px; */
}
* html .sub { line-height:0; }
.sub li { float: none;}

.sub ul {
	top: 0;
	left: 150px;
}
.sub a {
	display: block;
	width: 160px;
	background: #F90 url(none);
	color: #FFF;
	border-bottom: 1px solid #FC9;
	zoom: 1;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
}
.sub a.hover {
	background: #FC0 url(none);
}

/*======================　サイドコンテンツ　======================*/
#left_contents {
	float: left;
	width: 640px;
	padding-bottom: 10px;
}

/*======================　メインコンテンツ　======================*/
#right_contents {
	float: right;
	width: 310px;
	padding-bottom: 10px;
}

/*======================　フッター　======================*/
#footer {
	height: 200px;
	width: 960px;
	clear: both;
	position: relative;
}
#footer #copyright {
	font-size: 12px;
	position: absolute;
	left: 50px;
	top: 180px;
	color: #FFF;
}

/*======================　下層ページ共通　======================*/

#topicpath li {
	font-size: 11px;
	line-height: 11px;
	background: url(../img/common/mark_1.gif) no-repeat 0px center;
	display: inline;
	float: left;
	padding: 5px 10px 5px 15px;
}
#topicpath li#first_path {
	background: url(none);
	padding-left: 0px;
}
#topicpath {
	height: 28px;
	padding-top: 12px;
}
#topicpath li a {
	color: #333;
	text-decoration: none;
}
#topicpath li a:hover{
	color: #F90;
	text-decoration: underline;
}
#return_top {
	font-size: 13px;
	line-height: 30px;
	color: #FFF;
	background: #FC9900 url(../img/common/mark_2.gif) no-repeat 13px center;
	display: inline;
	height: 30px;
	width: 135px;
	padding-left: 25px;
	float: right;
	margin-top: 30px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	position: relative;
	text-decoration: none;
	zoom:1;
}
#return_top:hover{
	text-decoration: underline;
	background: #FFB820 url(../img/common/mark_2.gif) no-repeat 13px center;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
#header #header_nav {
	width: 550px;
	position: absolute;
	left: 430px;
	top: 40px;
}
#header #header_nav li {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
#header #header_nav li:nth-child(2) {
	display: none;
}
#minibanner {
	background: url(../img/minibanner/minibanner_bg.gif) repeat-x 0px 0px;
	clear: both;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	margin-bottom: 100px;
}
#top #bg #container #contents_wrap {
	clear: both;
	padding-top: 10px;
}
#header #description {
	color: #FFF;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 50px;
	font-weight: bold;
}
#footer #footer_logo {
	float: left;
	height: 126px;
	width: 340px;
	margin-top: 45px;
	/*margin-left: 50px;*/
}
#footer #footer_info {
    background: url(../img/common/footer_info.jpg) no-repeat 0px 0px;
    height: 126px;
    width: 600px;
    position: absolute;
    top: 46px;
    left: 360px;
}
#footer #footer_info p {
	margin-top: 50px;
	color: #76371F;
	margin-left: 10px;
	font-size: 13px;
}
#footer #footer_info p a {
	line-height: 13px;
	color: #793821;
	text-decoration: none;
	background: url(../img/common/mark_4.gif) no-repeat 0px center;
	padding-left: 15px;
	margin-top: -1.2em;
	margin-left: 150px;
	width: 12em;
}
#footer #footer_info #footer_telnum {
	margin-top: 10px;
	margin-left: 10px;
	height: 29px;
	width: 344px;
}
#center_contents {
	width: 958px;
	padding-top: 25px;
	padding-bottom: 100px;
	border: 1px solid #D3CBB9;
	background: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px auto 100px;
}
#center_contents h2 {
	font-size: 14px;
	color: #FFF;
	background: url(../img/common/hl_bg_2.jpg) repeat-y 0px 0px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
}
#header #global_nav .btn_1 .nav_btn {
	border-radius: 0px 0px 0px 8px;
	-moz-border-radius: 0px 0px 0px 8px;
	-webkit-border-radius: 0px 0px 0px 8px;
}
#header #global_nav .btn_5 .nav_btn {
	border-radius: 0px 0px 8px 0px;
	-moz-border-radius: 0px 0px 8px 0px;
	-webkit-border-radius: 0px 0px 8px 0px;
}
#center_contents .h1_wrap{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../img/common/hl_bg.jpg) no-repeat 0px 0px;
    height: 80px;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 10px 0px 30px 50px;
    align-items: center;
}
#center_contents .h1_shop{
    background: none;
    width: 65%;
    padding: 0px;
    margin: 0px;
    height: 40px;
    width: 50%;
}
#center_contents .instagram_wrap{
    margin-right: 20px;
}
#center_contents .instagram_wrap a{
	display: inline-block;
	height: 100%;
}
#center_contents h1 {
	background: url(../img/common/hl_bg.jpg) no-repeat 0px 0px;
	height: 80px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 50px;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.5;
}
#center_contents h1 span {
	font-size: 24px;
	display: block;
}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}
