@charset "utf-8";

/*初期設定*/
body {
	background-color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt"/*, "kern"*/;
	-webkit-font-feature-settings: "palt"/*, "kern"*/;
	color: #3e3a39;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.733em;
}
body * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
.min {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
}
.sp_only {
	display: none;
}

/*ヘッダー*/
.c_hdr {
	background-color: #fff;
	border-top: 5px solid #ab000a;
	border-bottom: 1px solid #a1a1a1;
	width: 100%;
	min-width: 1240px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
}
.c_hdr_inr {
	width: 980px;
	margin: 0 auto;
}
.c_hdr_top {
	padding: 44px 0;
	transition: all 0.4s ease;
}
.c_hdr_top.scrolled {
	padding: 16px 0;
}
.c_hdr_logo {
	padding-top: 1px;
	width: 274px;
}
.c_hdr_top_nav li {
	margin-left: 12px;
}
.c_hdr_btm {
	display: block !important;
}
.c_hdr_btm_nav li {
	border-right: 2px solid #ccc;
	width: 140px;
	height: 39px;
	font-size: 16px;
	//font-weight: bold;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.c_hdr_btm_nav li a {
	display: inline-block;
	width: 100%;
	height: 39px;
	text-decoration: none;
	color: #000;
	padding-top: 12px;
}
.c_hdr_btm_nav li a:hover {
	color: #ab000a;
	border-bottom: 3px solid #ab000a;
}
.c_hdr_btm_nav li:last-of-type {
	border-right: none;
}
.c_hdr_top_nav li a:hover {
	opacity: 0.5;
}
.c_hdr_btm_nav li ul {
	background-color: #fff;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
	padding: 5px 10px;
	display: none;
}
.c_hdr_btm_nav li ul li {
	border-right: none;
	width: 100%;
	height: 36px;
	text-align: left;
}
.c_hdr_btm_nav li ul li:nth-of-type(n+2) {
	border-top: 1px dotted #ccc;
}
.c_hdr_btm_nav li ul li a:hover {
	border-bottom: none;
}
.c_hdr_btm_nav li:nth-of-type(4):hover ul {
	display: block;
}

/*コンテンツ*/
.c_cont {
	width: 100%;
	min-width: 1240px;
	margin: 0 auto;
}
.c_cont_hdr {
	background-color: #e6e6e6;
	position: relative;
	z-index: 99;
}
.c_cont_hdr_inr {
	width: 1240px;
	margin: 0 auto;
	padding: 209px 130px 25px;
}
.c_cont_hdr_ttl {
	//line-height: 0;
	font-size: 31px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.2em;
}
.c_cont_hdr_ttl span {
	font-size: 20px;
}
.c_cont_hdr_ttl img {
	//height: 29px;
	//width: auto;
}
.c_cont_hdr_navi {
	line-height: 0;
	margin: -8px auto -7px;
}
.c_cont_hdr_navi_list {
	justify-content: left;
}
.c_cont_hdr_navi_list li {
	width: 107px;
	margin-left: 7px;
}
.c_cont_hdr_navi_list li a:hover {
	opacity: 0.5;
}
.c_cont_hdr_fv img {
	width: 100%;
}
.c_cont_box {
	padding-top: 117px;
	margin-top: -117px;
}
.c_cont_box_link {
	width: 202px;
	margin: 32px auto 0;
}
.c_cont_box_link a {
	display: inline-block;
	width: 202px;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 7px 0;
	background-color: #808080;
	color: #fff;
	text-decoration: none;
}
.c_cont_box_link a:hover {
	background-color: #ab000a;
}












/*店舗一覧はこちら*/
.c_shop_list_bnr {
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 50px;
	z-index: 990;
}
.c_shop_list_bnr:hover {
	opacity: 0.5;
}

/*ページトップ*/
.c_pt {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 30px;
	z-index: 990;
}
.c_pt:hover {
	opacity: 0.5;
}

/*フッター*/
.c_ftr {
	background-color: #f7f8f8;
	padding: 32px 0 8px;
	min-width: 1240px;
}
.c_ftr_inr {
	width: 980px;
	margin: 0 auto;
}
.c_ftr_sm {
	line-height: 0;
}
.c_ftr_sm_list {
	width: 646px;
}
.c_ftr_sm_list li {
	width: 124px;
	margin-top: 20px;
}
.c_ftr_sm_list li a {
	color: #3e3a39;
	font-size: 13px;
	//font-weight: bolder;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-decoration: none;
	background: url("../img/common/c_ftr_sm_list_arrow.svg") no-repeat left top;
	padding-left: 11px;
}
.c_ftr_sm_list li a:hover {
	opacity: 0.5;
}
.c_ftr_sm_list li:nth-of-type(3),
.c_ftr_sm_list li:nth-of-type(7) {
	width: 150px;
}
.c_ftr_sm_list li:nth-of-type(4) {
	width: 248px;
}
.c_ftr_copy {
	text-align: center;
	margin-top: 45px;
	color: #9fa0a0;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0.05em;
}





