

main h2:first-of-type{
	margin:160px 0 10px 15px;
	font-size: 1.6em;
	 background: linear-gradient(to bottom, #fff 40%, rgba(222, 201, 171,0.7) 89%, #fff 5%);
	width: 50%;
	padding-bottom: 5px;
	border-bottom: 4px dashed #967373; 
	color: #967373;
}
.top_list{
	border-radius: 20px;
}

.list_kate{
	margin: 50px 0 150px 0;
}
.list_kate li{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.3rem;
	text-align: center;
	width: 50%;
	transform-origin: right center;
}
.list_kate a{
	display: block;
	color: #000;
	padding: 10px;
}
.f_left{
	padding: 20px 35px 20px 0;
	background: url(../img/left_list.png) no-repeat center center;
	background-size: cover;
}
.f_right{
	padding: 20px 0 20px 35px;
	background: url(../img/right_list.png) no-repeat center center;
	background-size: cover;
	float: right;
}
#k_1 a{
	font-size: 13px;
}
#k_2{
	position: relative;
}
#k_3{
	position: relative;
	top: 30px;
}
#k_4{
	position: relative;
	top: 30px;
}
@media screen and (max-width: 460px) {
	.list_kate li{
	font-size: 86%;
	}
}
@media screen and (min-width:700px) {
	main h2:first-of-type{
	width: 220px;
}
	.f_right{
	float: none;
}
	.list_kate ul{
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;	
}
	.list_kate li{
	width: 24%;
	font-size: 15px;
}
	#k_1 a{
	order: 1;
	font-size: 15px;
}
	#k_2{order: 3;}
	#k_3{
	order: 2;
	top: 0;
}
	#k_4{
	order: 4;
	top: 0;
}
}
h3{
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.4rem;
	padding-top: 160px;
}
#list_01{
	margin-top: -25%
}

.line_h3{
	transform-origin: (50% 50%);
	width:300px;
	position: relative;
	top: -30px;
}
.sotowaku{
	height: auto;
	border: 2px solid #b08554;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	
}
.nakami{
	margin: 15px;
	
}
.nakami img{
	border-radius: 15px;
}
.nakami h4{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.2em;
	margin: 10px 0 15px 0;
	text-align: center;
}
.nakami p{
	line-height: 1.6;
	letter-spacing: 1px;
}
.naiyou{
	margin: 10px;
}
.more_oya{
	text-align: right;
	margin-right: 50px;
}

.more{
	float: right;
	display: inline-block;
	font-family: 'Patua One', cursive;
	width: 100px;
	font-size: 1.2em;
	margin: 30px 0;
	padding: 5px 5px 5px 10px;
	background: #d7cebb;
	border-radius: 2em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.more p{
	color: #967373;
	font-size: 25px;
	line-height: 25px;
}
.last-c{
	margin-bottom: 80px;
}
/*三角アイコン*/
.more p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: transparent 8px solid;
  border-top-color: #fff;
  vertical-align: bottom;
}
section h3,footer{
	clear: both;
}
.list-ippai .content:last-of-type{
	margin-bottom: 80px;
}
.c-b{
	margin-top: 50px;
}

.img_small{
	width: 90%;
	margin: 0 auto;
}

.m_none{
	display: none;
}
@media screen and (min-width:768px) {
	.sotowaku{
	margin: 60px auto 0;
}
	.nakami{
	display: flex;
}
	.img_small{
	width: 50%;
}
	.nakami p{
	line-height: 1.8;
	letter-spacing: 1.2px;
}
	.more{
	margin-right: 100px;
}
	.naiyou{
	width: 50%;
	margin: 5px 15px 0 25px;
}
}


