@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	line-height: 150%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
}
.pc_hide {
	display: none;
}
.sp_hide {
}
a {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover {
	opacity: .9;
}
.sp_hide {
}
.pc_hide {
	display: none !important;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width:100%;
	overflow:hidden;
	background-color:#fff;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
}

#header{
	max-width:1280px;
	min-width:980px;
	height:153px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#header h1{
	position:absolute;
	left:80px;
	top:50%;
	margin-top:-49px;
}

#header .head_tel01{
	position:absolute;
	top:22px;
	right:370px;
}

#header .head_tel02{
	position:absolute;
	top:22px;
	right:100px;
}

#header .head_mail{
	position:absolute;
	right:0px;
	top:0px;
}

#header .head_privacy{
	line-height:16px;
	position:absolute;
	right:650px;
	top:50px;
    white-space: nowrap;
}

#header .large_hide{
	display:none;
}

.small_header{
	height:60px !important;
}

.small_header h1{
	position:absolute !important;
	left:50px !important;
	top:5px !important;
	margin-top:0px !important;
	height:50px !important;
}

.small_header h1 img{
	width:auto;
	height:50px !important;
}

.small_header .head_tel01{
	display:none !important;
}

.small_header .head_tel02{
	display:none !important;
}

.small_header .head_mail{
	display:none !important;
}

.small_header .head_privacy{
	display:none !important;
}

.small_header .large_hide{
	display:inherit !important;
}


/**/

#gnavi{
	width:860px;
	position:absolute;
	right:0px;
	bottom:20px;
	font-size:16px;
	line-height:20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.small_header #gnavi{
	/*width:900px;*/
    width:960px;
}

#gnavi li{
	float:left;
	list-style-type:none;
	overflow:hidden;
}

#gnavi li a{
	text-decoration:none;
	margin-left:20px;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*ページタイトル*/

#pagetitle_wrap{
	width:100%;
	overflow:hidden;
	margin:0px auto;
	position:relative;
	background-image:url(privacy/images/bg_title.png);
	background-size:cover;
	background-position:center center;
	margin-top:153px;
}

#page_title{
	width:1300px;
	height:218px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	display:table;
}

#page_title h1{
	display:table-cell;
	vertical-align:middle;
	text-indent:110px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:31px;
	line-height:40px;
	font-weight:bold;
}

/*-----------------------------------------------------------*/
/*コンテンツ*/

#contents_wrap{
	width:1120px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}

#contents_wrap h2{
	background-image:url(privacy/images/bg_h2.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	font-size:18px;
	line-height:20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding:20px;
	margin:40px 0px;
	overflow:hidden;
}

#contents_wrap h3{
	border-bottom:1px solid #000;
	font-size:15px;
	background-image:url(privacy/images/slash.png);
	background-repeat:no-repeat;
	background-position:20px center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding:10px 40px;
	line-height:20px;
	margin:40px 0px;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*店舗紹介*/

#shop_container_wrap{
	width:100%;
	background-color:#FFF3E1;
	margin:0px auto;
	overflow:hidden;
}

#shop_container{
	width:990px;
	margin:0px auto;
	overflow:hidden;
}

#shop_container h2{
	text-align:center;
	overflow:hidden;
	margin:40px auto 20px auto;
}

#shop_container .left_col{
	float:left;
	overflow:hidden;
	width:420px;
	margin:40px 0px;
}

#shop_container .right_col{
	float:right;
	overflow:hidden;
	width:420px;
	margin:40px 0px;
}

#shop_container .img{
	overflow:hidden;
	text-align:center;
}

#shop_container dl{
	overflow:hidden;
}

#shop_container dl dt{
	text-align:center;
	overflow:hidden;
	font-size:19px;
	font-weight:bold;
	line-height:25px;
}

#shop_container dl dt a{
	width: 150px;
	display: block;
	margin: 5px auto 0px auto;
	background-color: #59371C;
	color: #ffffff;
	padding: 5px 0px;
	font-weight: normal;
	text-decoration: none;
}

#shop_container dl dd{
	text-align:center;
	overflow:hidden;
	margin:1em 0px;
}

#shop_container dl dd address{
	display:block;
	font-style:normal;
	text-align:center;
	overflow:hidden;
	font-size:17px;
}

.gmap{
	margin:0px auto;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	width:100%;
	overflow:hidden;
	background-color:#CAEAD4;
}

#footer{
	max-width:1300px;
	min-width:980px;
	margin:0px auto;
}

#footer ul{
	overflow:hidden;
	text-align:center;
	margin:40px auto;
	font-size:15px;
}

#footer ul li{
	list-style-type:none;
	display:inline;
}

#footer ul li a{
	text-decoration:none;
}

#copy{
	text-align:center;
	overflow:hidden;
	margin:40px auto;
}

/*-----------------------------------------------------------*/

.link_bn{
	overflow:hidden;
	width:90%;
	margin:40px auto 80px auto;
}

.link_bn li{
	width:50%;
	float:left;
	overflow:hidden;
	text-align:center;
	list-style-type:none;
}

/*-----------------------------------------------------------*/

#foot_logo{
margin: 30px auto 0px auto;
overflow: hidden;
text-align: center;
width: 300px;
}

#foot_logo img{
width: 100%;
height: auto;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
