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

.c_01 {
	display: inline-block;
	width: 800px;
	margin: 0;
	text-align: center;
}

@media screen and (max-width:500px) {
	.c_01 {
		width: 100%;
	}
}

.c_01 h1 {
	margin-bottom: 65px;
}

.c_01 h1 img {
	width: 100%;
}

.c_01 h2 img {
	width: 100%;
}

.c_01 .c01_t h2 {
font-family: "Yu Mincho";
font-weight: 600;
font-size: 26px;
line-height: 45px;
text-align: center;
color: #4e3510;
	margin-bottom: 45px;
}

.c_01 .c01_t p {
	font-family: "Yu Gothic";
font-weight: 500;
font-size: 20px;
letter-spacing: 0.02em;
line-height: 35px;
text-align: center;
color: #4e3510;

}

@media screen and (max-width:500px) {
	.c_01 .c01_t h2 {
font-size: 16px;
line-height: 30px;
}
	.c_01 .c01_t p br {
		display: none;
}

.c_01 .c01_t p {
font-size: 12px;
line-height: 22px;
	text-align: left;
}
}


.c01_m {
	display: inline-block;
	width: 95%;
	margin-bottom: 170px;
}

.c01_m i{
	display: inline-block;
	width: 100%;
	color: #65584E;
	margin: 25px 0;

}


.c01_m span{
	display: inline-block;
	font-family: "Yu Gothic";
font-weight: bold;
font-size: 28px;
letter-spacing: 0.02em;
line-height: 35px;
text-align: center;
color: #4e3510;
margin-bottom: 40px;
}

@media screen and (max-width:500px) {
	.c01_m {
	margin-bottom: 50px;
}
	.c01_m i{
	display: inline-block;
	width: 100%;
	

}

.c01_m span{
font-size: 16px;

}
	
}





.c01_li {
	display: flex;
	width: 100%;
	justify-content: space-around;
}


.c01_m .c01_li a {
	display: block;
	position: relative;
	width: 280px;
	height: 210px;
	background: #65584E;
}

.c01_m .c01_li span {
	display: inline-block;
	width: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
	text-align: center;
	font-family: "Yu Mincho";
font-weight: 600;
font-size: 26px;
letter-spacing: 0.03em;
	color: #FFF;
}

@media screen and (max-width:500px) {
    .c01_li {
	flex-wrap: wrap;
		justify-content: center;
}
	.c01_m .c01_li a{
		width: 235px;
		height: 115px;
		margin: 15px;
	}
	
	.c01_m .c01_li span{
		font-size: 16px;
		letter-spacing: 0.03em;
		line-height: 25px;

	}
}




.c01_c h2 {
	font-family: "Yu Mincho";
	font-weight: 600;
font-size: 40px;
letter-spacing: 0.03em;
text-align: center;
color: #4e3510;
}

.c_01 .c01_c .cp_container p{
    font-family: "Yu Gothic";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 35px;
    text-align: center;
    color: #65584e;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	display: inline-grid;
	width: 615px;
	text-align: left;
	position: relative;
	margin-bottom: 25px;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 200px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 100%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	width: 16rem;
	font-family: "Font Awesome 5 Free";
	font-weight:500;
	content: '\f058'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #A28B7A;
}

.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 150px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: "Font Awesome 5 Free";
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

@media screen and (max-width:500px) {
	
	.cp_box {
    width: 95%;
 }
	
	.cp_box label:after {
	width: 60%;
}
}


.c01_t_c {
	display: inline-block;
	width: 95%;
	text-align: center;
	margin: 40px 0;
}

.c01_t_c h3{
	display: inline-block;
width: 615px;
height: 50px;
	margin: 0;
	margin-bottom: 35px;
border-radius: 5px;
background: #65584e;
font-family: "Yu Gothic";
font-weight: bold;
font-size: 30px;
letter-spacing: 0.04em;
line-height: 50px;
text-align: center;
color: #fff;

}

@media screen and (max-width:500px) {
	
.c01_c h2 {
font-size: 20px;
letter-spacing: 0.03em;

}
	
	.c01_t_c {
    width: 95%;
    text-align: center;
}

	.c01_t_c h3{
		width: 100%;
		height: 25px;
		border-radius: 5px;
		background: #65584e;
		font-size: 16px;
		letter-spacing: 0.04em;
		line-height: 25px;
}

}
@media screen and (max-width:500px) {
.c01_t_c p{
font-size: 12px;
letter-spacing: 0.01em;
line-height: 22px;
text-align: left;
color: #4e3510;
}
}

.c01_i {
	display: inline-block;
	width: 95%;
	margin-bottom: 45px;
}

.c01_i h3{
	display: inline;
	font-family: "Yu Gothic";
	font-weight: bold;
	width: 100%;
	font-size: 32px;
	letter-spacing: 0.04em;
	line-height: 45px;
	text-align: center;
	color: #65584e;
	background: initial;
	border-bottom: solid 1px #65584E;
	border-radius: 0px;
}

/*アイテムリスト*/


.c01_i_w {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.c01_i_w .c01_i_b {
	display: inline-block;
	width: 30%;
}

.c01_i_w .c01_i_b h4{
font-family: "Yu Mincho";
font-weight: 600;
font-size: 24px;
text-align: center;
color: #fff;
height: 56px;
line-height: 56px;
background: #65584e;
}

.c01_i_w .c01_i_b img{
	width: 100%;
}

.c01_i_w .c01_i_b p{
height: 100px;
font-family: "Yu Gothic";
font-weight: 500;
font-size: 20px;
text-align: left;
color: #65584e;
}

.c01_i_p {
	font-family: "Yu Gothic";
}

.c01_i_p span{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	height: 20px;
}

.c01_i_p i{
	padding: 0 10px;
}

.c01_i_p a{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.c01_i_p .c01_i_p_a{
	font-weight: bold;
	position: relative;
	font-size: 18px;
	text-align: center;
	color: #65584e;
	height: 46px;
	line-height: 46px;
	border: solid 2px #65584E;
}

.c01_i_p .c01_i_p_a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #65584e;
  z-index: -1;
  transition: .5s;
}

.c01_i_p .c01_i_p_a:hover{
  color: #fff;
}

.c01_i_p .c01_i_p_a:hover:before{
  width: 100%;
}




.c01_i_p .c01_i_p_b{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #b14701;
}

.c01_i_p .c01_i_p_c{
font-weight: bold;
font-size: 22px;
text-align: center;
color: #65584e;
}

@media screen and (max-width:500px) {
	
	.c01_i h3{
font-size: 18px;
letter-spacing: 0.04em;
line-height: 45px;
}
	
	.c01_i_w {
		flex-wrap: wrap;
	}

.c01_i_w .c01_i_b {
	display: inline-block;
	width: 100%;
}
	
	.c01_i_w .c01_i_b h4{
height: 40px;
font-size: 16px;
		line-height: 40px;
}

.c01_i_w .c01_i_b p{
height: 46px;
font-size: 13px;
letter-spacing: 0.01em;
}
	

.c01_i_p span{
	display: inline-block;
	width: 100%;
	height: initial;
	margin: 5px 0;
}

.c01_i_p a{
	width: 145px;
	height: 38px;
}

.c01_i_p .c01_i_p_a{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #65584e;

}

.c01_i_p .c01_i_p_b{
font-size: 13px;
}

.c01_i_p .c01_i_p_c{
font-size: 16px;
}
	
}

/*アイテムリストここまで*/
.c01_c {
	margin: 100px 0;
}

.c01_i_t {
	display: inline-block;
	font-family: "Yu Mincho";
	width: 60%;
	margin: 50px 0;
	border: solid 2px #A28B7A;
	border-radius: 10px;
}

.c01_i_t h3{
	font-size: 22px;
}
.c01_i_t p{
	display: inline-block;
	width: 90%;
	text-align: left;
}


.c01_t_i {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 45px;
}

.c01_t_i img{
	display: inline-block;
	width: 380px;
	height: 250px;
	margin: 0 20px;
}

@media screen and (max-width:500px) {
	.c01_t_i img {
    width: 45%;
    height: auto;
    margin: 0 10px;
}
	
	
}
