@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: 10px;
	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;
}
.pc_only {
	display: none;
}

/*ヘッダー*/
.c_hdr {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 43px;
	z-index: 9990;
}
.c_hdr_top {
	padding: 4px 4px 4px 11px;
}
.c_hdr_logo {
	padding-top: 7px;
	width: 172px;
}
.c_hdr_top_nav {
}
.c_hdr_top_nav li {
	margin-left: 3px;
	width: 35px;
}
.c_hdr_top_nav_hum {
	background: url("../img/common/c_hdr_top_nav_hum_sp_cls.png") no-repeat center top;
	background-size: cover;
}
.c_hdr_btm {
	background-color: #f2f2f2;
	padding: 0 3.333% 10%;
	display: none;
}
.c_hdr_btm_nav {
	max-width: 350px;
	margin: 0 auto;
}
.c_hdr_btm_nav li {
	margin-top: 4%;
	width: 100%;
	max-width: 350px;
}
.c_hdr_btm_nav li a {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 1em;
	list-style-position: 0.1em;
	text-decoration: none;
	color: #000;
	padding: 9px 15px;
	background: url("../img/common/c_hdr_btm_nav_box_bg_sp.png");
	background-size: 100% 100%;
}
.c_hdr_btm_nav li ul li {
	margin-top: 1%;
}
.c_hdr_btm_nav li ul li a {
	padding: 4px 15px 4px 45px;
}

/*コンテンツ*/
.c_cont_hdr {
	background-color: #e6e6e6;
	position: relative;
	z-index: 99;
}
.c_cont_hdr_inr {
	padding: 55px 12px 8px;
}
.c_cont_hdr_ttl {
	//line-height: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.2em;
}
.c_cont_hdr_ttl span {
	font-size: 8px;
}
/*.c_cont_hdr_ttl img {
	height: 15px;
	width: auto;
}*/
.c_cont_hdr_navi {
	line-height: 0;
}
.c_cont_hdr_navi_list {
	justify-content: left;
	margin-left: 15px;
}
.c_cont_hdr_navi_list li {
	margin: 0 0 0 4px;
}
.c_cont_hdr_navi_list li img {
	height: 15px;
	width: auto;
}
.c_cont_box {
	padding-top: 43px;
	margin-top: -43px;
}

.c_cont_box_link {
	width: 135px;
	margin: 16px auto 0;
}
.c_cont_box_link a {
	display: inline-block;
	width: 135px;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 5px 0;
	background-color: #808080;
	color: #fff;
	text-decoration: none;
}

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

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

/*フッター*/
.c_ftr {
	background-color: #f7f8f8;
	padding: 17px 4.8% 4px;
	line-height: 0;
}
.c_ftr_sm_ttl {
	width: 40px;
}
.c_ftr_sm_list {
	max-width: 339px;
}
.c_ftr_sm_list li {
	width: 17.109%;
	max-width: 58px;
	margin-top: 10px;
}
.c_ftr_sm_list li:nth-of-type(3),
.c_ftr_sm_list li:nth-of-type(7) {
	width: 20.628%;
	max-width: 68px;
}
.c_ftr_sm_list li:nth-of-type(4) {
	width: 45%;
	max-width: 156px;
}
.c_ftr_sm_list li:nth-of-type(9) {
	width: 23.598%;
	max-width: 80px;
}
.c_ftr_sm_list li a {
	color: #3e3a39;
	font-size: 6px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-decoration: none;
	background: url("../img/common/c_ftr_sm_list_arrow.svg") no-repeat left center;
	background-size: auto 1em;
	padding-left: 5px;
}
.c_ftr_copy {
	text-align: center;
	margin-top: 22px;
	color: #9fa0a0;
	font-size: 6px;
	line-height: 1em;
	letter-spacing: 0.05em;
}

