@charset "UTF-8"

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.wrapper {
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color: #313131;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: auto;
	list-style-type: none;
}

img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


/*追従*/
a#rc_rightArea_pc {
	width: 300px;
	/*画像の全体幅*/
	position: fixed;
	top: 180px;
	right: -200;
	/*マウスを乗せた時に出てくる幅*/
	display: inline-block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 9999;
}

a#rc_rightArea_pc:hover {
	right: 0px;
	opacity: 1;
}



/*===================header===================*/

header {
	background-color: #BEA9A3;
}

.header-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

h1 {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
}

h1 img {
	max-width: 250px;
	padding: 10px 0;
	display: block;
}


/*===ページトップへのボタン===*/
#pagetop_pc a {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    bottom: 50px;
    right: 25px;
    z-index: 999;
    background-color: #000;
    opacity: 0.5;
}

#pagetop_pc a::before {
font-family: FontAwesome;
    content: '\f077';
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 10px;
}

/*カテゴリー*/
#cat_con {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1280px;
	margin: 50px auto;
}
.cat {
	width: 50%;
	margin: 50px 0;
}

/*見出し*/
.outlet_h2 {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 20px auto;
	align-items: center;
	text-align: left;
	border-bottom: 1px solid #666;
}
.outlet_h2 h2 {
	display: inline-block;
	width: 70%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.outlet_h2 h2 div {
	width: 8em;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	background-color: #F00;
	color: #fff;
}
.outlet_h2 figure {
	display: inline-block;
	width: 30%;
	margin: 0;
	padding: 0;
}


/*カテゴリボタン*/
.btn-list {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 90%;
	margin: 0 0 0 -15px;
}
.btn-list li {
	display: inline-block;
	margin: 8px;
	padding: 5px 15px;
	background: #FFF;
	border: 1px solid #313131;
	border-radius: 100vh;
}
.btn-list li a {
	color: #000;
}


/*===================footer===================*/

.foot-nav ul {
	max-width: 750px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5% auto 0 auto;
	padding-bottom: 2%;


}

.foot-nav li {
	display: inline;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
}

.foot-nav li + li {
	border-left: 0;
	/*  border-right: 1px solid black;*/
}

.foot-nav li:last-child {
	display: inline;
	border-right: 0;
}

.foot-nav li:first-child {
	display: inline;
	border-left: 0;
}

.foot-nav li a {
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	color: #313131;
	font-weight: bold;
	font-size: 1.4em;
	display: block;
}

.foot-nav a:hover {
	display: block;
	text-decoration: none;
	opacity: 0.8;

}

.copyright {
	font-size: 11px;
	padding: 10px 0px 20px;
	background-color: black;
    color: white;
    padding: 20px 0 15px 0px;
    margin-bottom: 0;

}


/* --------PC用---------- */
@media screen and (min-width: 540px) {
	.pcnone {
		display: none !important;
	}

	h1 img {
		max-width: 250px;
	}


a:hover {
	opacity: 0.8;
}
}







/* --------スマホ用---------- */
@media screen and (max-width: 599px) {
	.spnone {
		display: none !important;
	}

	h1 img {
		max-width: 250px;
		margin: auto;
	}
/*追従*/
a#rc_rightArea_sp {
	width: 150px;
		/*画像の全体幅*/
		position: fixed;
		top: 100px;
		right: -100;
		display: inline-block;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		z-index: 9999;
	}

	a#rc_rightArea_sp:hover {
 				/*right: 0px;*/
 				opacity: 1;
 			}

	/*===SPページトップボタン===*/
	#pagetop_sp a {
		position: fixed;
		display: block;
		width: 40px;
		height: 40px;
		text-decoration: none;
		bottom: 70px;
		right: 10px;
		z-index: 999;
		background-color: #080808;
		opacity: 0.5;
	}

	#pagetop_sp a::before {
		font-family: FontAwesome;
		content: '\f077';
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 7px;
		left: 10px;
	}


/*カテゴリー*/
#cat_con {
	width: 90%;
	margin: 20px auto;
}
.cat {
	width: 100%;
	margin: 20px 0;
}

/*見出し*/
.outlet_h2 {
	width: 100%;
	margin: 0 auto 20px auto;
}
.outlet_h2 h2 {
	font-size: 18px;
}
.outlet_h2 h2 div {
	width: 8em;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 2;
}
.outlet_h2 figure {
	display: inline-block;
	width: 30%;
	margin: 0;
	padding: 0;
}

/*カテゴリボタン*/
.btn-list {
	width: 100%;
	margin: -15px auto 20px auto;
}
.btn-list li {
	margin: 5px;
	font-size: 12px;
}
.btn-list li a {
	color: #000;
}


/*===footer===*/

	.foot-nav li a {
		font-size: 12px;
		position: relative;
		z-index: 999;
	}

}



/*＝＝＝＝＝＝＝＝＝＝レイアウト用＝＝＝＝＝＝＝＝＝＝*/
.mrla{
margin-right: auto;
margin-left: auto;
}

.txt_left {text-align: left;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}


.mt0 {margin-top: 0px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}

.mb0 {margin-bottom: 0px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

.pt0 {padding-top: 0px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}

.pb0 {padding-bottom: 0px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}

.w100 {width: 100%;}
.w90 {width: 90%;}
.w80 {width: 80%;}
.w70 {width: 70%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w45 {width: 45%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w20 {width: 20%;}

.lh0 {line-height: 0;}
.lh1 {line-height: 1;}
.lh12 {line-height: 1.2;}
.lh15 {line-height: 1.5;}
.lh18 {line-height: 1.8;}
.lh20 {line-height: 2;}
.lh25 {line-height: 2.5;}


.ft12px {font-size: 12px;}
.ft13px {font-size: 13px;}
.ft14px {font-size: 14px;}
.ft15px {font-size: 15px;}
.ft16px {font-size: 16px;}
.ft18px {font-size: 18px;}
.ft22px {font-size: 22px;}
.ft24px {font-size: 24px;}
.ft28px {font-size: 28px;}
.ft32px {font-size: 32px;}
.ft36px {font-size: 36px;}


.bg_orange{background-color: #f0a000;}


@media screen and (max-width: 599px) {

	.sp_ft12px {font-size: 12px;}
	.sp_ft13px {font-size: 13px;}
	.sp_ft14px {font-size: 14px;}
	.sp_ft15px {font-size: 15px;}
	.sp_ft16px {font-size: 16px;}
	.sp_ft18px {font-size: 18px;}
	.sp_ft22px {font-size: 22px;}
	.sp_ft24px {font-size: 24px;}
	.sp_ft28px {font-size: 28px;}
	.sp_ft32px {font-size: 32px;}
	.sp_ft36px {font-size: 36px;}

}
