
@charset "UTF-8";

/* reset----------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-weight:300; vertical-align:baseline; background:transparent; list-style: none; }
body { line-height:1; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; color: inherit; padding:0; vertical-align:baseline; background:transparent; text-decoration: none; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; transition: .3s;}
input, select { vertical-align:middle; }
*, *::before, *::after { box-sizing: border-box; }
img { vertical-align:bottom; }


:root { --c_cafetx: #754; --c_cafe: #865; }
body { width: 100%; background-color: #f0f0f0; margin: 0; font-family: helvetica-neue-lt-pro, noto-sans-cjk-jp, sans-serif; position: relative; line-height: 1.6; font-weight: 300; }
a { color: #865; transition: .3s ease; }
a:hover { color: #d00; }
p { margin-bottom: 1rem; }

header { width: 100%; height: 64px; padding: 20px; position: relative; line-height: 1; }
.header_in { width: 100%; display: flex; justify-content: flex-start; gap: 20px; align-items: center; }
.header_in h1 { font-size: 32px; }

.hamburg { cursor: pointer; display: block; height: 26px; position: relative; width: 32px; }
.hamburg .n_bar { background: #999; content: ''; height: 2px; left: 0; position: absolute; right: 0; top: calc( 50% - 1px); transform-origin: center; transition: .3s; }
.hamburg .n_bar:first-child { -webkit-transform: translateY(-11px); transform: translateY(-11px); }
.hamburg .n_bar:last-child { -webkit-transform: translateY(11px); transform: translateY(11px); }
.hamburg.open .n_bar { opacity: 0; }
.hamburg.open .n_bar:first-child { opacity: 1; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.hamburg.open .n_bar:last-child { opacity: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#drawer { position: fixed; top: 64px; left: 0; margin: 0; background: #fff; transition: ease .5s; z-index: 999; transform:translateX( -220px ); box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); }
#drawer { width: 200px; height: auto; }
#drawer.open { transform:translateX( 0 ); overflow-y: auto; }
nav ul li a { display: block; line-height: 1.7; padding: 10px 15px; border-bottom: #999 1px solid; }
nav ul li:last-child a { border-bottom: 0; }

main { margin: 0 0 60px 0; }
.top_panel { position: relative; display: block; width: calc( 100% - 30px ); max-width: 1200px; background-color: #fff; margin: 30px auto 60px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }
.top_panel .new { position: absolute; top: 0; left: 0; background-color: #d00; padding: 2px 15px; color: #fff; z-index: 9; }

#slider_top .slider_panel { width: 100%; aspect-ratio: 3.5 / 2; overflow: hidden; }
#slider_top .slider_img { width: 100%; height: 100%; object-fit: cover; }
.slick-dotted.slick-slider { margin-bottom: 35px!important; }

.content1 { display: flex; justify-content: center; gap: 30px; align-items: flex-start; }
.box_lft, .box_rgt { flex: 1; }

.panel_tx { padding: 0 35px 30px 35px; }
.panel_tx h2 { font-size: 32px; margin-bottom: 20px; font-weight: 500;}

.spec_tbl { width: 100%; max-width: 700px; }
.spec_tbl th { padding: 0 15px 15px 0; white-space: nowrap; text-align:left; width: 96px; }
.spec_tbl td { padding: 0 0 15px 15px; }
.spec_tbl td.com_box { padding: 0 0 20px 0; }
.spec_tbl td.ttl_box { padding: 0 0 5px 0; font-size: 17px; font-weight: 700; }
.spec_tbl td.url {word-break: break-all; }
.spec_tbl.sp { display: none; }

.score { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; max-width: 542px; padding: 20px; border: 1px #ddd solid; background-color: #fff; }
.score .item { width: 240px; display: flex; gap: 10px; }
.score .item .label { width: 45%; }
.score .item .level { width: 55%; }

.stars { display: inline-flex; gap: 2px; vertical-align: middle; }
.star { width: 20px; height: 20px; background-size: contain; background-repeat: no-repeat; }
.star.filled { background-image: url('../images/bean.svg'); }
.star.empty { background-image: url('../images/empty.svg'); }
.wrd_brk { word-break: break-word; }

@media screen and (max-width:1200px ) {
	.score { flex-direction: column; }
}
@media screen and (max-width:767px ) {
	.content1 { flex-direction: column; }
	.spec_ttl, .spec_com { display: none; }
	.spec_tbl.sp { display: block; }
}
@media screen and (max-width:430px ) {
	.header_in h1 { font-size: 24px; }
	header { height: 72px; }
	#drawer { top: 72px; }
	#slider_top .slider_panel { aspect-ratio: 4 / 3; }
	.top_panel { margin: 0 auto 30px; }
	.panel_tx h2 { font-size: 24px; margin-bottom: 16px; }
	.box_lft, .box_rgt { width: 100%; }
	.panel_tx { padding: 0 15px 15px 15px; }
	.spec_tbl th { display: block; padding: 0 15px 0 0;}
	.spec_tbl td { display: block; }
	.top_panel .new { font-size: 12px; }
}

/*----- 下部3列パネル -----*/
.under_panel { width: 100%; max-width: 1200px; margin: 0 auto; }
.flex { display: flex; justify-content: space-between; flex-wrap:wrap; }
.panel3 { width: 31%; display: block; background-color: #fff; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); position: relative; margin-bottom: 32px; }
.panel3_non { width: 31%; display: block; height: 1px; }
.panel_img { width: 100%; aspect-ratio: 3 / 2; overflow: hidden; }
.panel_img img { width: 100%; height: 100%; object-fit: cover; }
.panel3_tx { padding: 15px 20px; }
.panel3_tx h3 { font-size: 20px; font-weight: 500; }
.panel3_tx small:first-child { color: #000; }
.ttl_2line { margin-bottom: 12px; }
.ttl_2line .ttl { font-size: 14px; color: #000;  }

@media screen and (max-width:767px ) {
	.flex { flex-direction: column; }
	.under_panel { width: calc(100vw - 30px); }
	.panel3 { width: 100%; margin-bottom: 20px; }
	.flex .panel3_tx .flex { flex-direction: row; }
}


footer { width: 100%; text-align: center; color: #777; font-size: 13px; }


small { font-size: 14px; }
.gray { color: #999; }