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

.category_text{
	line-height: 1.8;
}
.category_line {
  background: linear-gradient(transparent 1%, #f5dad3 1%);
  font-weight: 600;
}
.category_red {
	font-weight: 600;
	color: #a40000;
}
.category_list{
	padding: 20px;
    margin: 20px 0;
    color: #673925;
    background: #f8eacf;
	border-radius: 10px;
	line-height: 1.8;
}
.category_list p{
	margin-bottom: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.category_list p:before{
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
  font-size: 18px;
  margin-right: 2px;
  color: #673925;
}
.specific_box--tit{
	background: #faedd6;
}
.encount_ranking{
	margin-top: 20px;
}
.specific_box .button,
.b-category_button{
  	max-width: 380px;
  	margin: 40px auto 0;
}
.specific_box a.btn_more,
.b-category_button a.btn_more{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 70px;
  	position: relative;
  	background: #85513b;
  	border-radius: 10px;
  	box-sizing: border-box;
  	padding: 0 45px 0 25px;
  	color: #fff;
  	font-size: 18px;
	font-weight: 600;
  	line-height: 1.3;
  	text-align: left;
  	text-decoration: none;
  	transition-duration: 0.3s;
}
.specific_box a.btn_more:before,
.b-category_button a.btn_more:before{
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 50%;
  	right: 25px;
  	margin-top: -5px;
}
.specific_box a.btn_more:hover,
.b-category_button a.btn_more:hover{
	opacity: 0.6;
}
.b-category_button{
	margin: 10px auto 40px;
}
.b-category_button a.btn_more{
	border: solid 3px #85513b;
	background: #fef8ed;
	color: #85513b;
  	border-radius: 50px;
}
.b-category_button a.btn_more:before{
  	border-top: 2px solid #85513b;
  	border-right: 2px solid #85513b;
}
.b-category_button--mini{
	font-size: 14px;
}
.encount_name{
	margin-top: 14px !important;
}
.c_category--column-image{
	width: 100%;
	margin: 0 auto 10px;
}
.c_category--column{
	border-bottom: dotted 2px #673925;
	margin-bottom: 10px;
}
.c_columnbox {
    margin: 16px auto;
    background: #fff;
	border: solid 2px #673925;
	border-radius: 20px;
}
.c_columnbox p{
	margin: 0;
	padding: 0;
}
.c_columnbox .column-title::before{
	font-family: "Font Awesome 5 Free";
	content: "\f518";
	margin-right: 8px;
	font-weight: 900;
}
.c_columnbox .column-sub{
	border-top: none;
	display: block;
	flex-wrap:nowrap;
	justify-content: unset;
	padding: 20px;
}
.c_columnbox .column-sub .sub_photo{
	width: 100%;
	height: 200px;
	margin-bottom: 14px;
}
.c_columnbox .column-sub .sub_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sub_cts{
	width: 100%;
}
.sub_cts .title{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	color: #673925;
	text-align: center;
}
.sub_cts .sub-title{
	border: solid 1px #673925;
	/* background: #faedd6; */
	padding: 2px;
	text-align: center;
	font-size: 15px;
	color: #673925;
	width: 200px;
	margin: 0 auto 10px;
	letter-spacing: 0.08em;
}
.sub_cts .sub{
	line-height: 1.8;
}
.c_column_button {
  	max-width: 300px;
  	margin: 8% auto 3%;
}
.c_column_button a.btn_more {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 50px;
  	position: relative;
  	background: #b87435;
  	border-radius: 30px;
  	box-sizing: border-box;
  	padding: 0 45px 0 25px;
  	color: #fff;
  	font-size: 16px;
  	line-height: 1.3;
  	text-align: left;
  	text-decoration: none;
  	transition-duration: 0.3s;
}
.c_column_button a.btn_more:before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 50%;
  	right: 25px;
  	margin-top: -5px;
}
.c_column_button a.btn_more:hover{
	transition: 0.3s;
	opacity: 0.7;
}



@media screen and (min-width: 651px){
.specific_box .button,
.b-category_button{
	max-width: 520px;
}
.b-category_button a.btn_more{
	border-radius: 10px;
	height: 100px;
	font-size: 22px;
	font-weight: 600;
}
.b-category_button--mini{
	font-size: 18px;
}
.c_category--column-image{
	max-width: 520px;
}
.c_category--column_text{
	text-align: center;
}
/*.c_columnflex{
	display: flex;
	flex-wrap: wrap;
}*/
.c_columnbox {
    margin: 20px auto 16px;
}
.c_columnbox .column-sub{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.c_columnbox .column-sub .sub_photo{
	width: 30%;
	height: 220px !important;
	margin: auto 0;
}
.sub_cts{
	width: 64%;
}
.sub_cts .title{
	text-align: left;
	font-size: 20px;
}
.sub_cts .sub-title{
	text-align: center;
	font-size: 17px;
	width: 200px;
	margin: 0 0 10px;
	letter-spacing: 0.08em;
}
.c_column_button {
  	max-width: 300px;
  	margin: 20px 0 0 auto;
}
}

