@charset "utf-8";

main{
	width: 100%;
	height: auto;
	background-image: url("../img/common/arame_texture02-100.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	padding-bottom: 30px;
	margin-bottom: 80px;
}


/* トップイメージ周り */
.top-img{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
	display: block;
}

.top-img img{
	width: 100%;
	min-height: 350px;
	object-fit: cover;
}

.top-img .title{
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-shadow: 0px 0px 7px rgb(85 85 85 / 0.7);
}

/* メニュー */
.menu{
	padding-bottom: 30px;
}

.menu .copy{
	margin-bottom: 10px;
	text-align: center;
}

.menu .notes{
	margin-bottom: 30px;
	line-height: 1.5em;
	text-align: center;
}

.menu .menu-area{
	margin-bottom: 50px;
}

.menu .menu-area a{
	display: block;
}

.menu .category{
	width: 100%;
	height: 60px;
	border-radius: 10px;
	padding: 5px;
	background-color: #ff9900;
	background-blend-mode: multiply;
	margin-bottom: 10px;
}

.menu .category h4{
	width: 100%;
	height: 100%;
	display: inline-block;
	border: dashed 1.5px #fff;
	border-radius: 6px;
	font-size: 22px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	color: #fff;
	letter-spacing: 0.5em;
	text-align: center;
	align-content: center;
	margin-bottom: 30px;
}

.menu .menu-button-area{
	width: 100%;
	height: auto;
	display:grid;
	padding: 5px;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	grid-gap: 15px;
	justify-content: center;
}

.menu .menu-button-area li{
	padding: 10px;
	background-color: #fff;
	text-align: center;
	align-content: center;
	box-shadow: 0px 0px 5px rgb(68 55 32 / 0.3);
}

.menu .menu-button-area li .ripen{
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	color: #fff;
	margin-bottom: 5px;
}

.menu .menu-button-area li .brand{
	font-size: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
}

.menu .arrow-box{
	width: 100%;
	height: 20px;
	align-content: center;
}
.menu .arrow{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-bottom: solid 2px #443720;
	border-right: solid 2px #443720;
	transform: rotate(45deg);
	position: absolute;
}


/* みかんリスト */
section .mikans-list{
	display: flex;
	gap: 2%;
	flex-flow: wrap;
	justify-content: space-between;
	text-align: justify;
}

section .mikans-list .mikans-box-half{
	width: 49%;
	height: auto;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px rgb(68 55 32 / 0.3);
}

section .mikans-list .mikans-box-half .category{
	padding: 10px 20px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	color: #fff;
}

section .mikans-list .mikans-box-half .detail .textarea{
	width: 100%;
	padding: 20px;
}

section .mikans-list .mikans-box-half .detail .textarea .season{
	font-size: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	padding: 3px 0;
	border-top: solid 1.5px #443720;
	border-bottom: solid 1.5px #443720;
	margin-bottom: 20px;
}

section .mikans-list .mikans-box-half .detail .textarea .taste{
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 20px;
}

section .mikans-list .mikans-box-half .detail .textarea .taste img{
	width: 100%;
}

section .mikans-list .mikans-box-half .detail .textarea .list-ripin{
	display: inline-block;
	width: 100px;
	height: 35px;
	font-size: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	color: #fff;
	text-align: center;
	align-content: center;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 10px;
}

section .mikans-list .mikans-box-half .detail .textarea .list-brand{
	height: 35px;
	display: inline-block;
	font-size: 30px;
	font-family: "Zen Maru Gothic", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	vertical-align: middle;
	margin-bottom: 10px;
}


/*--------------------------------------------------------------------
スマートフォン
--------------------------------------------------------------------*/
@media screen and (max-width: 767px){
	main{
	margin-bottom: 60px;
	padding-bottom: 10px;
}

/* トップイメージ周り */
.top-img{
	margin-bottom: 20px;
}

.top-img img{
	min-height: 250px;
}

.top-img .title{
	bottom: 30px;
	text-shadow: 0px 0px 10px rgb(85 85 85 / 0.9);
}

/* メニュー */
.menu .copy{
	margin-bottom: 10px;
}

.menu .notes{
	margin-bottom: 20px;
}

.menu .category{
	margin-bottom: 15px;
}
	
.menu .menu-area{
	margin-bottom: 40px;
}

/* みかんリスト */
section .mikans-list{
	justify-content: space-around;
}

section .mikans-list .mikans-box-half{
	width: 100%;
	max-width: 600px;
	border-radius: 25px;
}

section .mikans-list .mikans-box-half .detail .textarea .list-ripin{
	width: 85px;
	font-size: 17px;
	margin-right: 15px;
}

section .mikans-list .mikans-box-half .detail .textarea .list-brand{
	font-size: 28px;
}
	
section .mikans-list .mikans-box-half .detail .textarea .season{
	font-size: 17px;
}

section .mikans-list .mikans-box-half .detail .textarea .taste{
	width: 100%;
	margin-bottom: 18px;
}
	
section .mikans-list .mikans-box-half .detail .textarea .taste img{
	width: 100%;
}
	
}