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

html { 
	font-size: 62.5%;
	width: 100%;
}
body { 
	color: #333; 
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif; 
	font-size: 1.6em; 
	line-height: 1.6em; 
}
.font_mincho {
	font-family: 'Shippori Mincho B1', serif;
	line-height: 1.6em; 
	font-weight: inherit;

}
html,body { height: 100%; margin: 0 !important; padding: 0 !important;}
ul{ list-style: none;}
a { text-decoration: none; color: #333;}
i{width: 1em; display: inline-block; margin-right: .6em; line-height: 0; vertical-align: middle;}

section {padding: 6em 0;}

/* --------------------
      口コミボタン
-------------------- */
.btnKuchikomi {
	position: fixed;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 112px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
}

/* --------------------
     Side Navi
-------------------- */
#side_nav{ 
	order: 1; 
	width: 240px; 
	margin-right: 40px;
	font-family: 'Shippori Mincho B1', serif;
	text-align: center;
}
#side_nav dl {
	margin: 0 auto;
}
#side_nav dt {
	font-size: 23px;
	font-weight: bold;
	margin: 60px 0 30px;
	background: url("../img/bg_ttl01.png") no-repeat center bottom;
	background-size: 76%;
	text-align: center;
	line-height: 1.4;
    padding-bottom: 24px;
}
#side_nav dt span {
    font-family: 'DIN Alternate',sans-serif;
    font-size: 13px;
    font-weight: bold;
	display: block;
}
#side_nav dd {
	margin-bottom: 18px;
	vertical-align: middle;
}
#side_nav dl.category {
	text-align: left;
	margin-top: 40px;
}
#side_nav dl.category img{
	width: 36px;
	height: 29px;
	margin-right: 20px;
}
#side_nav dl.category dd {
	background: url(../img/img_sidemenu_line.png) no-repeat center bottom;
	padding: 0 30px 15px;
}
#side_nav dl.category dd a{
	display: block;
	font-weight: bold !important;
}
#side_nav dl.category dd a:hover{
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}
#side_nav dl.ranking h3{
	display: block;
	text-align: center;
	margin: 0 auto 10px;
	width: 16%;
}
#side_nav dl.ranking dt {
	background-color: #FFF;
}
#side_nav dl.ranking dd{
	padding: 10px 20px 0px 20px;
	background: #F5F5F5;
	margin-bottom: 0;
}
#side_nav dl.ranking dd:last-child{
	padding: 10px 20px 10px 20px;
}
#side_nav dl.ranking span {
	text-align: center;
    color: #DB5948;
    display: block;
    font-weight: bold;
	/*margin-top: 10px;*/
}

.side_nav_btn01 a,
.side_nav_btn02 a{
	background: url("../img/ico_sakaishi.png") no-repeat 6% center #E67F19;
	background-size: 10%;
	border-radius: 18px;
	color: #FFF;
	padding: 18px 48px;
    font-size: 22px;
	display: block;
	position: relative;
}
.side_nav_btn01 a::before,
.side_nav_btn02 a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.side_nav_btn02 a{
	background-color: #DB5948;
	padding: 10px 48px;
	font-size: 22px;
	border-radius: 10px;
	box-shadow: 1px 3px 10px 0 #ccc;
}
