@charset "utf-8";



/***********************************************************************************
共通
***********************************************************************************/
a {
	text-decoration:none !important;
}
a:hover {
	text-decoration:none !important;
}
.wrap {
	width: 100%;
}
.wrap940 {
	width: 940px;
	margin:0 auto;
}
/* flexbox */
.flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 26px auto 0;
}
.flex_container::after{
	content: "";
	display: block;
	width: 30%;
}

/*背景*/
.bg_stone {
	background-image:url("../images/top/33/bg_stone.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center 50px;
	transform:skew(0deg, -10deg);
}
.bg_fff {
	background:none;
	transform:skew(0deg, 10deg);
}
/***********************************************************************************
ナビ nav
***********************************************************************************/
header.luxbar-default {
	padding-top: 10px;
}

.luxbar-item a {
    padding: 18px 18px !important;
    font-size: 130% !important;
}
@media screen and (min-width: 768px) {
	ul#shopinfo__list--pagenav_sp{
		display: none;
	}
}
ul#shopinfo__list--pagenav_sp{
	margin-left: 0;
	margin-right: 0;
}

/***********************************************************************************
ニュース news
***********************************************************************************/
#news {
	width: 940px;
	margin:0 auto;
}
#news dt {
    display: block;
    float: left;
    /* width: 10%; */
    font-size: 112%;
    font-weight: 600;
    letter-spacing: 0.2em;
    border-right: 1px solid #9B9B9B;
    padding-right: 20px;
    margin-right: 20px;
}
#news dd{
	margin: 0;
}
#news dl{
	margin: 50px 0 30px;
}
/***********************************************************************************
メインスライド mainSlide
***********************************************************************************/
#mainSlide {
	width: 940px;/*
	height:600px;*/
	margin:0 auto;
}
#mainSlide .bxslider{
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainSlide .bxslider li{
	display: none;
}
#mainSlide .bx-viewport .bxslider li{
	display: block !important;
}
#mainSlide .bx-wrapper .bx-pager.bx-default-pager a{
	background:#8a7e71 ;
}
#mainSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #8e2563 !important;
}
#mainSlide .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #8a7e71 !important;
}
#mainSlide .custom-thumb {
	margin:0 auto;
	text-align:center;
}
#mainSlide .bx-wrapper {
	margin:0 auto;
}
#mainSlide .custom-thumb img {
	margin:20px 10px;
	/* サムネイル5つ並べる用 */
	max-width: 16%;
}
#mainSlide .custom-thumb img {
	cursor:pointer;
	opacity:0.7;
}
#mainSlide .custom-thumb .active img {
	border:2px solid #8e2563 !important;
	padding:5px !important;
	opacity:1 !important;
}
#mainSlide .sliderLoading {
	width: 100%;
	max-height: 450px;
	background: url("/super/images/main/loading.gif") no-repeat center;
}
#mainSlide .bx-wrapper + .sliderLoading {
	display: none;
}

/***********************************************************************************
新型コロナウイルスに対する当社の取り組み
***********************************************************************************/
#newsTicker{
	max-width: 940px;
	width: 100%;
	margin: auto;
	margin-bottom: 2%;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 118%;
}

#newsTicker ul {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    list-style: none;
    display: inline;
    float: right;
    width: 90%;
    margin: 0;
	padding: 0;

}

#newsTicker ul li{
	list-style: none;
}

#newsTicker ul li a{
	font-weight: 800;
	color: #333;
}

#newsTicker h2 {
    display: inline;
    float: left;
    width: 8%;
    font-size: 112%;
    margin: 0;
    padding: 0.2em 0 0.4em;
    font-weight: 600!important;
    letter-spacing: 0.06em;
}

#newsTicker li a:hover{
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 1069px){
#newsTicker ul::before {
    content: "\f06a";
    font-family: FontAwesome;
    color: #e94d59;
    float: left;
    margin-right: 0.5em;
}

#newsTicker h2 {
    display: none;
}
}

#newsTicker ul li a::after {
    font-family: fontAwesome;
    content: "\f138";
    color: #e40012;
    margin-left: 0.4em;
}

#mainSlide ul{
	padding: 0;
	margin-block-start: 1em;
    margin-block-end: 1em;
}

#covid19-effort{
	max-width: 940px;
	width: 90%;
	margin: 3em auto !important;
	padding: 0;
}
/*
#covid19-effort ul li{
	list-style: none;
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 1%;
}

#covid19-effort ul li img{
	width: 100%;
}
*/
.btnOl-rd{
	text-align: center;
	margin-top: 1em;
	line-height: 150%;
}

.btnOl-rd a{
	border: #e60012 solid 2px;
	font-size: 118%;
	font-weight: 600;
	padding: 0.5em 4em;
	background-color: #e60012;
	color: #fff;
	-moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
	transition: all .3s;
	display: inline-block;
	margin: auto;
}

.btnOl-rd a:hover{
	background-color: #fff;
	color: #e60012;
	border: #e60012 solid 2px;
}

.clearfix{
	overflow: hidden;
	padding: 0;
}

/*@media screen and (max-width: 559px){
#covid19-effort ul li {
    width: 50%;
}
}*/

/***********************************************************************************
概要 outline
***********************************************************************************/
#outline {
	width: 940px;
	margin:0 auto;
	padding:50px 0 40px;
}
#outline h1 {
	text-align:right;
	font-size: 35px;
	letter-spacing:5.0px;
	margin:0 !important;
}
#outline h1 small {
    font-size: 40%;
    display: block;
    padding: 0 0 10px;
    border-bottom: 1px solid #9B9B9B;
}

/***********************************************************************************
イントロ intro
***********************************************************************************/
#intro {
	width: 940px;
	margin:0 auto;
	padding:0 0 60px
}
#intro .flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 26px auto 0;
}
#intro .flex_item {
	width: 50%;
	padding-bottom:15px;
	padding-top:15px;
}
#intro .flex_item:nth-child(odd) {/*奇数*/
	padding-right:15px;
}
#intro .flex_item:nth-child(even) {/*偶数*/
	padding-left:15px;
}
#intro .flex_item:nth-child(3) {
	width:30%;
	margin-left: auto;
}
#intro .flex_item:nth-child(5) h2 {
	text-align:right;
	font-size:24px;
}
#intro .flex_item:nth-child(5) p {
	text-align:right;
	margin-right:0.5em;
}
#intro .flex_item:nth-child(6) {
	width:30%;
	margin-right: auto;
}
#intro .flex_item:nth-child(7) {
	width:30%;
	margin-left: auto;
}
#intro .flex_item:nth-child(8) h2 {
	text-align:left;
	font-size:24px;
}
#intro h2 {
    font-size: 35px;
    letter-spacing: 8.8px;
}
#intro .flex_item p {
    text-align: left;
    font-size: 14px !important;
    letter-spacing: 0;
}
/***********************************************************************************
スペシャル　special
***********************************************************************************/
#special {
	width: 100%;
	background: url("../images/top/33/bg_stone_bk.jpg") no-repeat center center / cover;
	/* background-blend-mode: color-burn; */
	color:#fff;
	margin:0 0 100px;
	padding:40px 0 0;
	border-bottom:1px solid #fff;
}
#special h2 {
	font-size: 35px;
	margin: 0 auto 0;
    text-align: center;
	letter-spacing: 8.8px;
}
#special p {
	margin: 0 auto 30px;
    text-align: center;
	font-size:14px;
	letter-spacing: 0;
}
#special .bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  max-width:100% !important;
}
#special .bxslider2 img{
  width: 100% !important;
  height: auto !important;
  margin:0 !important;

  padding:0 !important;
}
#special a {
	color:#fff;
}
#special a:hover {
	color:#fff;
}
.bx-wrapper .bx-caption span {
    font-size: 90% !important;
    padding: 1% 3% !important;
}
.special_flex1{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0 10% 0 10%;
}
.special_flex2{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0 10% 100px 10%;
}
.special_flex{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0 10% 0 10%;
}
.sp{
	display: none;
}
.figure {
	background: #fff;
	overflow: hidden;
}
.figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.txt_link01{
	text-decoration: underline !important;
}
.txt_link01:hover{
	opacity: .7;
	text-decoration: underline !important;
}

/***********************************************************************************
メニュー menu
***********************************************************************************/
#menu {
	width: 940px;
	margin:0 auto;
	background-image:  url("../images/top/33/menu_01.jpg") ;
	background-repeat:no-repeat;
	background-position:right;
	padding:130px 0;
}
#menu h2 {
	font-size: 35px;
	margin: 0;
    text-align: left;
	letter-spacing: 8.8px;
    text-shadow: 1px 1px 5px #fff,1px -1px 5px #fff,-1px 1px 5px #fff,-1px -1px 5px #fff,0 0 22px #fff;

}
#menu p {
    margin: 10px 0 0 5px;
    text-align: left;
    font-size: 14px;
    width: 400px;
    text-shadow: 1px 1px 5px #fff,1px -1px 5px #fff,-1px 1px 5px #fff,-1px -1px 5px #fff,0 0 22px #fff;
}
#menu .btnSjk {
	border:1px solid #1a1a1a;
    margin: 20px 0 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 3.5px;
	width:250px;
}
#menu .btnSjk a {
	display:block;
	padding:10px 0;
	color:#1a1a1a;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#menu .btnSjk a:hover {
	color:#fff;
	background:#1a1a1a;
}
/***********************************************************************************
サービス service
***********************************************************************************/
#service {
	width: 940px;
	margin:0 auto;
	padding:120px 0 80px;
}
#service h2 {
	font-size: 35px;
	margin: 0 auto;
    text-align: center;
	letter-spacing: 8.8px;
}
#service p {
	margin: 0 auto;
    text-align: center;
	font-size:20px;
	letter-spacing: 6.5px;
}
#service .flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 26px auto 0;
}
#service .flex_item {
	width: 31%;
	margin:0 0 45px;
}
#service h3 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 2.8px;
    margin: 15px auto 10px;
}
#service .flex_item p {
    text-align: left;
    font-size: 95% !important;
    letter-spacing: 0;
}
/***********************************************************************************
店舗情報
***********************************************************************************/
#shoplist {
	width: 940px;
	margin:0 auto;
	padding:0 0 120px;
}
#shoplist .flex_item {
			width: 48%;
}
#shoplist h2 {
	font-size: 35px;
	margin: 30px auto 0;
    text-align: center;
	letter-spacing: 8.8px;
}
#shoplist p {
	margin: 0 auto 30px;
    text-align: center;
	font-size:14px;
	letter-spacing: 0;
}
#shoplist .flex_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0;
    /* width: 780px; */
}
#shoplist .flex_item {
	width: 48%;
}


/*20191011追加*/
#drinkcourse .drinkcourse_banners {
    margin-bottom: 1em;
}
/* ==============================================================
 Less than...
================================================================= */
@media screen and (max-width: 1220px) {
}
@media screen and (max-width: 1120px) {
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
	.wrap940 {
		width: 100%;
		margin:0 auto;
	}
	/*背景*/
	.bg_stone {
		background:none;
	}
	/***********************************************************************************
	ニュース news
	***********************************************************************************/
	#news {
		width: 100%;
		margin:0 auto;
		padding:0 5%;
	}
	#news dt {
		width: 100%;
		border-right:none;
		border-bottom: 1px solid #9B9B9B;
		padding-bottom: 1%;
		margin-bottom: 1%;
	}
	/***********************************************************************************
	メインスライド mainSlide
	***********************************************************************************/
	#mainSlide {
		width: 100%;
		margin:0 auto;
	}
	#mainSlide .custom-thumb img {
    	margin: 10px 5px;
	}
	#mainSlide .custom-thumb .active img {
		border:1px solid #8e2563 !important;
		padding:0.8% !important;
	}
	/***********************************************************************************
	概要 outline
	***********************************************************************************/
	#outline {
		width: 100%;
		margin:0 auto;
		padding:10% 0 5%;
	}
	#outline h1 {
		text-align: center;
		font-size: 25px;
	}
	/***********************************************************************************
	イントロ intro
	***********************************************************************************/
	#intro {
		width: 100%;
		margin:0 auto;
		padding:0 0 60px
	}
	#intro .flex_item {
		width: 100%;
		padding: 0 5%;
	}
	#intro .flex_item:nth-child(odd) {
		padding-right:0;
		padding: 0 5%;
	}
	#intro .flex_item:nth-child(even) {
		padding-left: 0;
		padding: 0 5%;
	}
	#intro .flex_item:nth-child(3) {
		width: 100%;
		margin: 0 0 3%;
	}
	#intro .flex_item:nth-child(5) h2 {
		text-align: left;
	}
	#intro .flex_item:nth-child(5) p {
		text-align: left;
	}
	#intro .flex_item:nth-child(6) {
		width: 100%;
		margin:0;
	}
	#intro .flex_item:nth-child(7) {
		width:100%;
		margin:0;
	}
	#intro h2 {
		font-size: 24px;
	}
	#intro .flex_item:nth-child(1) { order: 1; }
	#intro .flex_item:nth-child(2) { order: 2; }
	#intro .flex_item:nth-child(3) { order: 3; }
	#intro .flex_item:nth-child(4) { order: 4; }
	#intro .flex_item:nth-child(5) { order: 5; }
	#intro .flex_item:nth-child(6) { order: 6; }
	#intro .flex_item:nth-child(7) { order: 8; }
	#intro .flex_item:nth-child(8) { order: 7; }
	/***********************************************************************************
	スペシャル　special
	***********************************************************************************/
	#special p {
		text-align: left;
		width: 90%;
	}

	.special_flex1{
		display: flex;
		justify-content: space-between;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.pc{
		display: none;
	}
	/*.sp{*/
	/*	display: block;*/
	/*}*/

	/***********************************************************************************
	メニュー menu
	***********************************************************************************/
	#menu {
	    width: 100%;
		background-position: center top;
		background-size: contain;
		padding: 54% 5% 0;
	}
	#menu h2 {
	    font-size: 24px;
	}
	#menu p {
		width: 100%;
		margin:3% 0 0;
		padding:0;
	}
	#menu .btnSjk {
	    width: 100%;
	}
	/***********************************************************************************
	サービス service
	***********************************************************************************/
	#service {
		width: 100%;
		margin:30% 0 0;
		padding:0 5%;
	}
	#service h2 {
    	font-size: 30px;
	}
	#service .flex_item {
		width: 100%;
			}
	#service h3 {
    	margin: 4% auto 1%;
	}
	/***********************************************************************************
	店舗情報
	***********************************************************************************/
	#shoplist {
		width: 100%;
		margin:0 auto;
		padding:5%;
	}
	#shoplist .flex_container {
	    width: 100%;
	}
}


/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	#shoplist .flex_item {
		width: 100%;
		margin:1%;
	}
}

/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (max-width:767px) {

}


/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}

/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:479px) {
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}
