@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

th,td {
    padding: 10px;      /* 余白指定 */
    line-height: 140%;
}

<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
</style>

/*************** 共通 ***************/
body {
	margin: 0px;
	padding: 0px;
    font-family: 'Noto Serif JP', serif;
    background-color: #000000;
}


a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
border: none;
}

img {
border: none;
}

.l_clear {
clear: left;
}
.width1080 {
width: 1080px;
margin: 0px auto 0px auto;
}

@media screen and (max-width: 1079px) {
 .width1080 {
width: 100%;
} 
}


/*************** テキスト ***************/

h1 {
font-size: 28px;
font-weight: 700;
line-height: 150%;
text-align: center;
font-family: 'Noto Serif JP', serif;
letter-spacing: 14px;
}

h3 {
    width: 200px;
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 60px;
    font-family: 'Noto Serif JP', serif;
    border-bottom: solid 5px #000000;
    text-align: center;
}

h4 {
width: 100%;
margin-left: auto;
margin-right: auto;
font-size: 18px;
line-height: 150%;
text-align: center;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
letter-spacing: 10px;
}

h5 {
width: 240px;
height: 70px;
line-height: 70px;
vertical-align: middle;
font-size: 24px;
text-align: center;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
background-image:url("../img/common/title_h5_bg.png");
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
}

p  {
	font-size: 14px;
	line-height: 140%;
	color: #000000;
    font-family: 'Noto Serif JP', serif;
}

/*************** ヘッダー ***************/
#header {
    width: 100%;
    height: 140px;
    background-color: #e6e6c8;
    margin: 0px;
    padding: 0px;
}

.header_container{
    width: 100%;
    height: 140px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #e6e6c8;
}




.logo {
	width: 48px;
    height: 100px;
    margin: 20px 40px 0px 40px;
	float: left;
}

/*************** ヘッダーメニュー ***************/
#nav {
  list-style: none;
  overflow: hidden;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  margin: 0px;
  padding: 0px;
}
 
#nav li {
  text-align: left;
  height: 30px;
  line-height: 30px;
  margin: 55px 20px 0px 0px;
    float: left;
}
 
#nav li a {
  text-decoration: none;
  color: #000;
  padding: 0px;
}

#nav li a:hover {
  text-decoration: none;
  color: #af0f00;
}

/*************** メイン ***************/
#wrapper {
width: 100%;
margin: 0px;
padding: 0px;
background-color: #000000;
}

#content {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000000;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1079px) {
.kv {
width: 100%;
} 
}

.content_container {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    background-color: #fff;
    width: 1080px;
}

@media screen and (max-width: 1079px) {
.content_container {
width: 100%;
} 
}




.kv {
width: 100%;
margin: 0px;
}

@media screen and (max-width: 1079px) {
.kv {
width: 100%;
} 
}


.pagesymbol {
width: 80px;
height: 80px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
}





.cont_body {
    margin-left: auto;
    margin-right: auto;
    width: 870px;
}

.cont_body_l {
    float: left;
    width: 530px;
}


.panel {
	margin-top: 20px;
	margin-bottom: 20px;
}


/*************** top ***************/
#top_kv{
width: 100%;
background-color: #000000;
height: 520px;
}

.kv_top_container {
width: 1080px;
height: 520px;
margin: 0px auto 0px auto;
}

@media screen and (max-width: 1079px) {
 .kv_top_container {
width: 100%;
} 
}

.container {
width: 100%;
}

/*************** top商品紹介 ***************/
#top_product{
width: 100%;
background-color: #FFFFFF;
margin: 0px 0px 60px 0px;
}



.top_product_container {
width: 1080px;
height: 400px;
padding: 60px 0px 60px 0px;
margin: 0px auto 0px auto;
}

@media screen and (max-width: 1079px) {
 .top_product_container {
width: 100%;
} 
}

.top_product_list_container {
width: 844px;
height: 280px;
padding: 0px;
margin: 0px auto 30px auto;
}

.top_product_list_img {
width: 280px;
height: 280px;
padding: 0px;
margin: 0px;
float: left;
}
.top_product_list_img img {
  transition: .2s;
}
.top_product_list_line {
width: 2px;
height: 280px;
padding: 0px;
margin: 0px;
float: left;
}

.top_btn_product_list {
width: 200px;
font-size: 16px;
text-align: center;
border: 2px solid #000000;
padding: 8px;
margin: 0px auto 0px auto;
font-family: 'Noto Serif JP', serif;
font-weight:500;
}

.top_btn_product_list a {
  text-decoration: none;
  color: #000;
}

.top_btn_product_list a:hover {
  text-decoration:underline;
  color: #af0f00;
}
/*************** top酒座 ***************/
#top_syuza{
width: 100%;
background-color: #000000;
}

.top_syuza_container {
width: 1080px;
height: 300px;
padding: 60px 0px 60px 0px;
margin: 0px auto 0px auto;
background-color: #000000;
}

@media screen and (max-width: 1079px) {
.top_syuza_container {
width: 100%;
} 
}

.top_syuza_box {
width: 890px;
margin: 0px auto 0px auto;
}


.top_syuza_left {
width: 270px;
height: 300px;
padding: 0px;
margin: 0px 40px 0px 0px;
float: left;

}

.top_syuza_right {
width: 580px;
height: 260px;
padding: 40px 0px 0px 0px;
margin: 0px;
float: left;
font-family: 'Noto Serif JP', serif;
}

.top_syuza_name {
font-size: 36px;
line-height: 150%;
color: #d70000;
font-weight: 700;
}

.top_syuza_name_sub {
font-size: 24px;
color: #D70000;
font-weight: 400;
}

.top_syuza_copy {
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 20px;
}

.top_syuza_copy_sub {
font-size: 14px;
line-height: 150%;
color: #FFFFFF;
font-weight:400;
}

.top_syuza_btn {
width: 160px;
height: 32px;
float: right;
margin: 30px 0px 0px 0px;
}

/*************** top 新着情報 ***************/
#top_news{
width: 100%;
background-color: #e6e6c8;
}

.top_news_container {
width: 1080px;
margin: 0px auto 0px auto;
padding: 60px 0px 60px 0px;
background-color: #e6e6c8;
}

@media screen and (max-width: 1079px) {
.top_news_container {
width: 100%;
} 
}


.top_news_index_container {
width: 70%;
padding: 0px;
margin: 0px auto 40px  auto;
}


.top_news_data{
width: 100px;
font-size: 14px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
color: #D70000;
margin: 0px 40px 10px 0px;
}

.top_news_title{
width: 100%;
font-size: 14px;
line-height: 150%;
font-family: 'Noto Serif JP', serif;
margin: 0px 0px 30px 0px;
}

.top_news_title a {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}

.top_news_title a:hover {
  text-decoration:underline;
  color: #af0f00;
  font-weight: 600;
}


/*************** 越乃景虎について ***************/
.k_image_container {
width: 840px;
height: 300px;
margin: 0px auto 40px auto;
}

.k_image_l {
width: 400px;
float: left;
margin: 0px 40px 0px 0px;
}

.k_image_r {
width: 400px;
float: left;
margin: 0px 0px 0px 0px;
}

.k_copy {
    width: 840px;
    font-size: 16px;
    line-height: 180%;
    font-weight: 200px;
    font-family: 'Noto Serif JP', serif;
    margin: 0px auto 0px auto;
    padding-bottom: 40px;
    text-align: left;
}

.k_pro_link{
    width: 800px;
    margin: 0px auto 40px auto;
    padding: 20px;
    background-color: #e6e6c8;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #666666
}

.k_pro_link a {
  text-decoration: none;
  color: #af0f00;
  padding: 0px;
}

.k_pro_link a:hover {
  text-decoration:underline;
  color: #333333;
}

/*************** 酒座景虎 ***************/

.shop {
    margin-top: 30px;
    font-size: 12px;
    margin-bottom: 30px;
}

.shop_pagetop {
	margin-top: 20px;
	font-size: 12px;
	text-align: right;
	color: #999999;
}

.shop_pagetop a:link {
	color: #999999;
	text-decoration: none;
}
.shop_pagetop a:visited {
	color: #999999;
	text-decoration: none;
}
.shop_pagetop a:hover {
	color: #ff2323;
	text-decoration: underline;
}
.shop_pagetop a:active {
	color: #ff2323;
	text-decoration: underline;
}

/*************** 商品紹介一覧 ***************/
.cont_body_r {
	width: 280px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}
.cont_body_contact_l {
	width: 450px;
	float: left;
}
.cont_body_contact_r {
	float: left;
	width: 350px;
	margin-left: 40px;
}

.cont_body_list_l {
    width: 630px;
    float: left;
    margin-top: 20px;
    padding-bottom: 60px;
}

.cont_body_list_l .list_main_title {
	margin-top: 20px;
}
.cont_body_list_r {
    float: left;
    width: 192px;
    margin-left: 28px;
}




.cont_news {
	width: 700px;
	margin-left: 50px;
	line-height: 140%;
}

.cont_news .news {
	font-size: 14px;
	clear: left;
	padding-bottom: 50px;
	margin-top: 20px;
}

.cont_news .news .date {
	color: #666666;
	margin-right: 25px;
	float: left;
} 
.cont_news .news_txt {
	float: left;
}

.cont_news a:link {
	color: #FF2323;
	text-decoration: none;
}
.cont_newsp a:visited {
	color: #FF2323;
	text-decoration: none;
}
.cont_news a:hover {
	color: #4b4b4b;
	text-decoration: underline;
}
.cont_news a:active {
	color: #4b4b4b;
	text-decoration: underline;
}

.cont_box_list_cate_t {
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
}

.cont_box_list_item_t_daigin {
	width: 600px;
	float: left;
	margin-bottom: 20px;
	background-image: url(../images/pro_list/item_t_daigin.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	height: 20px;
	padding-top: 2px;
	margin-top: 22px;
}

.cont_box_list_item_t_meisui {
	width: 600px;
	float: left;
	margin-bottom: 5px;
	background-image: url(../images/pro_list/item_t_meisui.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	height: 20px;
	padding-top: 2px;
	margin-top: 22px;
}

.cont_box_list_item_t_kagetora {
	width: 600px;
	float: left;
	margin-bottom: 5px;
	background-image: url(../images/pro_list/item_t_kagetora.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	height: 20px;
	padding-top: 2px;
	margin-top: 22px;
}


.cont_box_list_item_t_seasonal {
	width: 600px;
	float: left;
	margin-bottom: 5px;
	background-image: url(../images/pro_list/item_t_season.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	height: 20px;
	padding-top: 2px;
	margin-top: 22px;
}

.cont_box_list_item_t_syuza {
	width: 600px;
	float: left;
	margin-bottom: 5px;
	background-image: url(../images/pro_list/item_t_syuza.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	height: 20px;
	padding-top: 2px;
	margin-top: 22px;
}

.list_box_l {
	width: 630px;
}

.cont_box_list_l {
	width: 150px;
	float: left;
	text-align: right;
	font-size: 12px;
}

.cont_box_list_l a:link{
	color: #4B4B4B;
	text-decoration: none;
}
.cont_box_list_l a:visited {
	color: #4B4B4B;
	text-decoration: none;
}
.cont_box_list_l a:hover {
	color: #ff2323;
	text-decoration: underline;
}
.cont_box_list_l a:active {
	color: #ff2323;
	text-decoration: underline;
}

.cont_box_list_r {
	float: left;
	width: 460px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.cont_box_list_r a:link{
	color: #4B4B4B;
	text-decoration: none;
}
.cont_box_list_r a:visited {
	color: #4B4B4B;
	text-decoration: none;
}
.cont_box_list_r a:hover {
	color: #ff2323;
	text-decoration: underline;
}
.cont_box_list_r a:active {
	color: #ff2323;
	text-decoration: underline;
}

.cont_box_list_r .caption {
    float: left;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
}

.cont_box_list_r .spec {
    float: left;
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
    line-height: 140%;
    font-size: 12px;
}

.cont_box_list_r .kikan_t {
	float: left;
	margin-bottom: 10px;
	text-align: left;
	width: 430px;
	font-size: 12px;
}

.cont_box_list_r .kikan_bar {
	float: left;
	margin-bottom: 10px;
	width: 430px;
}

.cont_box_list_line {
	margin-bottom: 10px;
	width: 630px;
	margin-top: 10px;
	float: left;
}

.cont_box_list_p_up {
	margin-bottom: 10px;
	width: 630px;
	margin-top: 20px;
	float: left;
	text-align: right;
	font-size: 10px;
}

.cont_box_list_p_up a:link{
	color: #4B4B4B;
	text-decoration: none;
}
.cont_box_list_p_up a:visited {
	color: #4B4B4B;
	text-decoration: none;
}
.cont_box_list_p_up a:hover {
	color: #ff2323;
	text-decoration: underline;
}
.cont_box_list_p_up a:active {
	color: #ff2323;
	text-decoration: underline;
}

.list {
	margin-right: 24px;
	width: 192px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 15px;
}

.list_head {
	background-image: url(../images/sitemap/page_t_bg.gif);
	padding-left: 22px;
	padding-top: 5px;
	width: 170px;
	height: 20px;
    line-height: 20px;
    vertical-align: middle;
	margin-bottom: 10px;
    font-size: 16px;
}

.list_title {
	background-image: url(../images/sitemap/corner_t_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 157px;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 12px;
}



.list a:link{
	color: #4B4B4B;
	text-decoration: none;
}
.list a:visited {
	color: #4B4B4B;
	text-decoration: none;
}
.list a:hover {
	color: #ff2323;
	text-decoration: underline;
}
.list a:active {
	color: #ff2323;
	text-decoration: underline;
}

/*************** フッター ***************/
#footer_upper {
width: 100%;
background-color: #e6e6c8;
}

.footer_upper_container {
width: 1080px;
padding: 60px 0px 60px 0px;
margin: 0px auto 0px auto;
}

@media screen and (max-width: 1079px) {
.footer_upper_container {
width: 100%;
} 
}

.footer_logo {
text-align: center;
margin-bottom: 20px;
}

#footer_middle {
width: 100%;
background-color: #000000;
}

.footer_middle_container {
width: 1080px;
margin: 0px auto 0px auto;
padding: 30px 0px 30px 0px;
}

@media screen and (max-width: 1079px) {
.footer_middle_container {
width: 100%;
} 
}



.adress_info {
	text-align:center;
	font-size: 14px;
    line-height: 200%;
    color: #FFFFFF;
    font-family: 'Noto Serif JP', serif;
}

#footer_lower {
width: 100%;
background-color: #e6e6c8;
}

.footer_lower_container {
width: 1080px;
margin: 0px auto 0px auto;
padding: 15px 0px 15px 0px;
}


@media screen and (max-width: 1079px) {
.footer_lower_container {
width: 100%;
} 
}

.copy {
	text-align:center;
	font-size: 12px;
    color: #000000;
    font-family: 'Noto Serif JP', serif;
}



/*************** ページトップボタン ***************/
.pt
    {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.70 ;
}
