@charset "UTF-8";
/* CSS Document */
.scene{
	max-width: 806px;
}

/*---------------------------------------------
目次
---------------------------------------------*/


.scene .list{
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
 
.scene .list-item {
    padding: 10px;
    color:  #2b2b2b; 
    border-radius:  20px;
	border: solid 2px #5d3a29;
	background: #f4efea;
	text-align: center;
  	display: block;
  	width: calc(( 100% - 20px )/3);
	height: 86px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.scene .list-item:hover{
	transform: translateY(-5px);
	transition: 0.2s;
}

.scene .list-item:nth-child( 3n ){
	margin-right: 0;
}

.scene .list-item .content{
	font-size: 18px;
	line-height: 2.8;
	font-weight: bold;
	color: #5d3a29;
}

.scene .list-item .alink{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*.scene .mokuji {
    margin: 20px 0 36px;
    background: #f4efea;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.scene .mokuji-box {
    font-size: 1.2em;
    background: #5d3a29;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.scene .mokuji-box::before{
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  margin-right: 6px;
}
.scene .mokuji ul {
  border-radius: 5px;
  padding: 1em 1em 1em 2.3em;
  margin: 0;
}
.scene .mokuji ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.scene .mokuji ul li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  left : 1em;
  color: #907962;
  font-weight: 900;
  margin-right: 8px;
}*/

/*---------------------------------------------
---------------------------------------------*/


.scene h1{
	font-size: 16px;
	line-height: 1.8;
}

.scene .title {
	width: 100%;
	color: #313131;/*文字色*/
	font-size: 20px;
	font-weight: 600;
	margin: 7.2% 0 3%;
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #fce4d6;/*背景色*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.scene .title:before {
	content: '●';
	color: white;
	margin-right: 12px;
}

.beige .title{
	background: #f6e5cc;
}

.orange .title{
	background: #f5bd93;
}

.bluegreen .title{
	background: #cfe6e2;
}

.lightblue .title{
	background: #b8d8e6;
}

.pink .title{
	background: #fad0c8;
}

.brown .title{
	background: #f0ddca;
	margin: 6% 0 0;
}

.scene .main_img{
	text-align: center;
	margin-bottom: 3%;
}

.scene .main_img img{
	width: 70%;
	border-radius: 20px;
}

.scene .overview{
	font-size: 16px;
	line-height: 1.86;
	margin-bottom: 4%;
}

.rank_title{
	text-align: center;
	margin: 3% 0;
}

.rank_title img{
	width: 50px;
	height: auto;
	margin-bottom: -1.2%;
}

.rank_title h3{
	font-size: 22px;
	font-weight: 600;
}


.par-box{
	display: flex;
	flex-wrap: wrap;
}

.box01,
.box02,
.box03{  
  display: block;
  position: relative;
  padding: 0 6px;
  width: calc(100% / 3);
  box-sizing: border-box;
  }
  
.box01 a,
.box02 a,
.box03 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  
.box01 img,
.box02 img,
.box03 img{
	width: 100%;
}

.ribbon {  
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
}

.box01 .ribbon{
	background: #d0a33f;
}

.box02 .ribbon{
	background: #afb0b1;
}

.box03 .ribbon{
	background: #ae7641;
}

.box01 .ribbon:after {
  border-left: 15px solid #d0a33f;
  border-right: 15px solid #d0a33f;
}

.box02 .ribbon:after {
  border-left: 15px solid #afb0b1;
  border-right: 15px solid #afb0b1;
}

.box03 .ribbon:after {
  border-left: 15px solid #ae7641;
  border-right: 15px solid #ae7641;
}


.par-box .products,
.par-box .price{
	text-align: center;
}

.par-box .products{
	margin: 2.6% 0;
	font-size: 17px;
}

.par-box .price{
	font-size: 14px;
}

.button {
  max-width: 500px;
  margin: 4% auto 8%;
}

a.btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fdf9f7;
  border: 2px solid #673925;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #673925;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;

}

a.btn_more:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #673925;
  border-right: 2px solid #673925;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}


@media screen and (max-width: 767px){

	.scene{
		width: 100%;
	}

	.scene .list {
	margin: 20px 0;
}

	.scene .list-item {
	padding: 8px;
  	width: calc(( 100% - 10px )/2);
	border-radius: 15px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
}

	.scene .list-item:nth-child( 2n ){
	margin-right: 0;
}

	.scene .list-item:nth-child( 3n ){
	margin-right: 10px;
}

	.scene .list-item:nth-child( 6 ){
	margin-right:0;
}

	.scene .list-item .content{
	font-size: 16px;
	padding-top: 0;
	line-height: 1.2;
}
	
	.scene h1{
	font-size: 14px;
	line-height: 1.58;
	margin-bottom: 3%;
}

	.scene .title {
	font-size: 18px;
}

	.scene .main_img img{
	width: 100%;
}

	.rank_title img{
	width: 40px;
}

	.scene .overview{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 6%;
}

	.rank_title h3{
	font-size: 17px;
	line-height: 1.4;
}

	.ribbon {  
  	font-size: 13px;
}

	.par-box .products{
	font-size: 14px;
	margin: 3.6% 0;
}

	.par-box .price{
	font-size: 13px;
}

	a.btn_more {
 	font-size: 15px;
}


	
}





