@charset "UTF-8";


/* reset */
body,content,main,header,footer,nav,div,section,article,aside,span,p,a,img,ul,ol,li,dl,dt,dd,a,p,h2,h3,h4,h5,h6{ margin: 0; padding: 0; font-weight: normal; }
a{ text-decoration: none; color: inherit; }
li{ list-style: none; }

/* common */
body{
    text-align: center;
    color: #222;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
	background-color: #ebe6d0;
}
img{
    width: 100%;
    vertical-align: top;
}
a,p,img{
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
a:hover{
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
/* content */
content{
    width: 100%;
    background-color: #fff;
}
main{
    margin: 0 auto;
}
h3.topic_info_ttl {
    color: #a7352d;
    font-weight: bold;
}
p.topic_info_txt {
    color: #222;
}
/* subnav */
.snav{
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.snav>li{
    display: inline-block;
}
.snav>li>a{
    display: block;
    color: #000;
    margin: 5px;
    padding: 7px 5px;
}
.snav>li>a:hover{
    opacity: 0.5;
}
/*frame*/
.frame {
    width: 100%;
}
.beige{
	background-color: #ebe6d0;
}
.red{
	background-color: #a7352d;
}
.green{
	background-color: #2d563d;
}

/* section */
.section{
    display: table;
    margin: 0 auto;
	background-color: #ffffff;
	padding-top: 20px;
}
.section_img{
	width: 300px;
}
.section_ttl{
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}
h4.section_ttl_main{
    font-size: 24px;
}
p.section_ttl_sub{
    font-size: 16px;
    color: #d2a76f;
    letter-spacing: .3em;
}
p.section_ttl_txt{
    margin-bottom: 30px;
}
/* item */
.rank_img {
    width: 30%;
    margin: 0 auto;
	margin-bottom: 15px;
}
.item_list{
    width: 100%;
    margin-bottom: 20px;
}
.item_list:last-child{
    margin-bottom: 0;
}
.item_box{
    display: inline-block;
    vertical-align: top;
    width: 20%;
	margin: 0 5px 25px 5px;
}
.item_img{
    overflow: hidden;
	margin-bottom: 8px;
}
.item_img>img:hover{
    transform: scale(1.2,1.2);
}
.item_ttl{
    font-size: 12px;
}
.item_price{
    font-size: 22px;
    font-weight: 580;
    margin-bottom: 3px;
}
.item_price::before{
    content: " ￥";
    font-size: 12px;
}
.item_price::after{
    content: "（税込）";
    font-size: 12px;
}
.item_btn{
    display: inline-block;
    color: #d2a76f;
    border: 1px solid #d2a76f;
    padding: 2px 42px;
    opacity: 1;
}
.item_btn:hover{
    color: #fff;
    background-color: #d2a76f;
    border: 1px solid #d2a76f;
}

/* 店舗へもどる */
.btn_top{
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.btn_top:hover{
    color: #aaa;
}

/* 1025px以上（PC用） */
@media screen and (min-width: 1025px){
    /* content */
    main{
        width: 100%;
    }
    /* topic_info */
    .topic_info{
        margin-bottom: 55px;
    }
    .topic_info_img{
        margin-bottom: 25px;
    }
    h3.topic_info_ttl{
        font-size: 35px;
    }
	.snav{
		width: 960px;
	}
	.snav>li {
    width: 16%;
}
	/*frame*/
	.frame{
		padding: 50px 0 50px 0;
	}
    /* section */
    .section{
    }
    .section:last-child{
		width: 960px;
    }
}

/* 1024px以下（タブレット用） */
@media screen and (max-width: 1024px) and (min-width: 600px){
    /* content */
	main{
        width: 100%;
	}
    /* topic_info */
    .topic_info{
        margin-bottom: 55px;
    }
    .topic_info_img{
        margin-bottom: 15px;
    }
    h3.topic_info_ttl{
        font-size: 35px;
    }
	.snav>li {
    width: 16%;
}
	.snav>li>a {
    margin: 0;
    padding: 0;
}
    /* section */
.beige{
		border: 1px solid #ebe6d0;
}
.red{
	border: 1px solid #a7352d;
}
.green{
	border: 1px solid #2d563d;
}
    .section{
		margin: 5%;
    }
	p.section_ttl_txt {
    margin: 0 10% 20px;
}
    /* item */
	.item_box{
        width: 40%;
		margin-bottom: 5%;
    }	
	.item_box.rank1 {
    width: 70%;
}
}

/* 599px以下（スマホ用） */
@media screen and (max-width: 599px){
    /* content */
	main{
        width: 100%;
	}
    /* topic_info */
    .topic_info{
        margin-bottom: 20px;
    }
    .topic_info_img{
        margin-bottom: 15px;
    }
    h3.topic_info_ttl{
        font-size: 24px;
        font-weight: 580;
        margin-bottom: 10px;
    }
    .topic_info_txt{
        display: table;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
    }
	
	.snav>li {
    width: 33%;
}
    /* section */
	.beige{
		border: 1px solid #ebe6d0;
		padding-bottom: 15px;
}
.red{
	border: 1px solid #a7352d;
	padding-bottom: 15px;
}
.green{
	border: 1px solid #2d563d;
	padding-bottom: 15px;
}
    .section{
		margin: 15px;
    }
    .section:last-child{
        margin-bottom: 0;
    }
    p.section_ttl_txt{
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 0 4%;
        font-size: 14px;
    }
    /* item */
	.item_box{
        width: 45%;
	}
	.item_box.fur {
    width: 80%;
}
	.item_box.rank1 {
    width: 70%;
}
}